← All posts
Privacy

What a local-first extension can (and can't) see

The TheOpenBox team Feb 9, 2026 5 min read

"Privacy-first" is the easiest claim in software to make and the hardest to verify. An extension sits inside your browser, next to your email, your bank, and your DMs — so "just trust us" isn't good enough. Here's the concrete version: exactly what Bulk Image Downloader is able to do, and exactly what it can't.

The one rule everything follows

The extension does nothing until you click its icon — and even then, only on the tab you clicked it on.

There's no background process watching your browsing, no content script injected into every page you visit. It's inert until you deliberately invoke it, and then it looks at one tab: the one in front of you.

What it can do — when you ask

What it can't (and doesn't) do

The permissions, in plain words

Chrome makes an extension declare what it needs. Here's the whole list and why each one is there:

The optional permission is the important detail. A less careful extension would just request access to all sites on day one. This one waits until there's a concrete reason, explains it, and lets you decline.

About analytics

Usage stats are off by default. If you choose to turn them on, they're anonymous and content-free: counts and feature names only — "a ZIP was created", "duplicates were checked" — never a URL, a filename, or a pixel of an image. And it's a single switch to turn back off.

Don't take our word for it

The healthiest way to trust a local-first tool is to not have to. A couple of things you can check yourself:


Local-first isn't a slogan here; it's the architecture. There's no server to leak, no account to breach, and nothing to sell — because your images never leave your device in the first place.

Privacy you can actually verify.

Free during the beta · no account · runs on your device.

Add to Chrome