r/extensions

▲ 38 r/extensions+8 crossposts

I made a Chrome extension that decides which downloads to keep and which to delete (at the moment you download them)

A few weeks ago I looked at my Downloads folder and realized it had turned into complete chaos.

300+ files. Old installers, random PDFs, ZIPs, screenshots... stuff I'd downloaded months ago and completely forgotten about.

I'd always tell myself, "I'll clean this up later."

Of course, later never came.

The problem is that when you download something, you already know whether it's important or just temporary.

That PDF from your bank? You'll probably want to keep it.

That random setup.exe you needed once? You'll probably never touch it again.

But by the time you're cleaning your Downloads folder weeks later, you have no idea what half the files are anymore.

So I built a Chrome extension called KeepTrack.

It quietly classifies every download as either Keep, Temporary, or Needs Review.

It doesn't use AI or send anything to a server. It's just a bunch of local heuristics.

It looks at things like:

  • the file type (.pdf is usually worth keeping, .exe usually isn't)
  • the filename (invoice, receipt, resume, etc.)
  • where the file came from (your bank vs. a software download site)

Each signal contributes to a score.

If it's confident, it classifies the file automatically. If it's unsure, you get a small notification asking whether you want to keep it or treat it as temporary.

Temporary files stick around until you decide to clean them up. After two weeks they'll appear in the extension popup, where you can delete them individually or all at once. If you're feeling productive, there's also a Clean Up Now button.

A few things people here might care about:

  • Everything runs locally.
  • No accounts.
  • No telemetry.
  • Works offline.
  • Open source (MIT).
  • Built with plain JavaScript (Manifest V3 + service worker).
  • On first launch it only shows you a preview of how it would classify your existing downloads before enabling anything.

I also made a small landing page because I thought it'd be fun to package it like a real product.

Website: https://priyanshu-byte-coder.github.io/keeptrack/

GitHub: https://github.com/Priyanshu-byte-coder/keeptrack

I'd genuinely love feedback—especially if you find files that get classified incorrectly. The rules are intentionally simple and easy to improve, so real-world edge cases are super helpful.

u/Bladebutcher_ — 5 days ago

I HATE the red progress bar on thumbnails, but i dont want to clear my history on youtube. is there an Extention fot this?

ok so i want to get ride of this bar/make it invisible, i dont want to delete my history bc youtube rolled out a feature a while back where if your history is empty/ not updating for too long your home page is blank. what i want is to know if theres an extention or setting to make this dreaded thumbnail progression bar go away (WITHOUT JUST GOING IN INCOGNITO) or if theres a way to make it so i can have my history off and still have my home page, help me reddit!

u/TutelDootel — 7 days ago
▲ 6 r/extensions+3 crossposts

I built an extension that detects when you're stuck scrolling and snaps you out of it

I tried a bunch of extensions that hide YouTube Shorts, Instagram Reels, TikTok feeds, etc.

They helped a little, but I realized my actual problem wasn't Shorts or Reels.

I'd just end up scrolling the main feed instead.

So I built ScrollBlock.

Instead of only hiding content, it tries to catch you when you're stuck in a scrolling loop and shows a popup that forces you to make a conscious decision:

"Do I actually want to keep scrolling?"

It also includes:

  • Daily time limits for specific websites
  • 4-digit PIN locks for sites you want to avoid completely
  • Feed cleanup (Reels, Shorts, Explore pages, and other addictive feeds)

Works on:
Instagram, YouTube, Facebook, TikTok, Twitter/X, Reddit, Pinterest, Threads, and LinkedIn.

The goal isn't to block social media.

It's to stop opening Instagram for 5 minutes and realizing an hour disappeared.

Completely free.

Downloads

Would love to hear what you think. If you try it out and find it useful, please consider leaving a review.

u/RelativeTradition449 — 10 days ago