A small Chrome/Brave extension for reducing YouTube subscription-page clutter while keeping the normal Home view intact.
- Hides Shorts shelves, sidebar entries, and Shorts video tiles
- Removes inserted subscription sections like Newest and Most relevant
- Displays subscription videos in a four-column grid
- Optionally dims watched videos
- Stores settings with Chrome sync storage
- Open
chrome://extensionsin Chrome orbrave://extensionsin Brave. - Enable Developer mode.
- Choose Load unpacked.
- Select this project folder.
The extension popup lets you toggle each behavior on or off.
The extension logic is written in TypeScript under src/. The compiled JavaScript files stay at the project root because manifest.json loads them directly.
npm install
npm run build
npm run check
npm run packageAfter rebuilding, reload the unpacked extension from the browser extensions page.
Run npm run package to create dist/youtube-subscriptions-fixer-0.1.0.zip for upload. Store listing copy is drafted in STORE_LISTING.md, and privacy policy text is drafted in PRIVACY.md.
Dashboard image assets are in store-assets/:
small-promo.pngfor the required small promotional tilescreenshot-popup.pngfor an initial listing screenshot