My Apps & Extensions

Browser extensions and automation tools designed to customize content feeds and optimize data extraction.

📺
Live

YouTube Feed Customiser

A custom content filtering extension with 5/5 stars on Chrome Web Store that hides Shorts, blacklists keywords, and keeps home feeds focused on subscribed channels.

Key Features

  • Synced user subscriptions locally from youtube.com/feed/channels to maintain a whitelist.
  • Created client-side filter layers removing Shorts and non-subscribed video items dynamically in the DOM.
  • Engineered keyword and username blacklist filters storing configuration parameters locally in Chrome Storage with 100% user privacy (no servers or trackers).
💼
Local Dev

Indeed Job Scraper

An automation browser script built using vanilla Javascript to parse job boards. Crawls and scrapes posting data (title, company, salary) directly into downloadable CSV tables.

Key Features

  • Dynamic DOM manipulation targeting custom parent card nodes
  • Handles infinite-scroll pagination and dynamic page re-rendering
  • Exports structured arrays directly into formatted CSV tables