TRANSPARENCY
What each extension reads, what it stores, and where it connects.
This is not a safety guarantee. Please make the final check yourself.
IN SHORT
Does anything I type get sent somewhere?
No. Neither what you type nor what a tool finds is sent to a developer server. The work happens inside your browser.
What gets stored?
It differs by tool. Most store only your settings, but these three keep the material they handle.
All of it is kept on the device and none of it is sent anywhere. The only thing that syncs to another device is Safe Night Check’s settings. What each tool stores is listed further down this page.
Can I check this myself?
Yes. The browser developer tools show the traffic an extension makes. The steps are further down this page.
The same versions as the ones on the store were loaded into a browser, the settings page and the popup were opened, and the traffic was recorded. All 234 requests were the extension reading a file bundled inside itself. None went outside.
Every build is machine-checked for networking APIs in the code that ships. The check was added to each tool at a different point, though, so not every published version has been through it.
This is the result within what was tested, and not a guarantee of safety.
PRINCIPLES
Runs on your device
Detection and evaluation happen inside your browser. So does replacement, where a tool does that.
No external sending from the extensions
The extensions perform no server transmission, usage analytics, or telemetry. This website itself does use Google Analytics (see the site privacy policy).
Minimal permissions
Each tool requests only the permissions its features need.
You decide
Nothing is decided for you. Some tools pause an action, but whether to continue is yours to choose.
Free, and no account
All of them are free. There is no sign-up and no login, and no payment details are handled.
BY PRODUCT
chrome.storage.local
Stays inside that one browser. It does not travel to your other devices, and it goes when the extension is removed.
chrome.storage.sync
The area Chrome carries between devices. It can appear on any other device signed in to the same Google account. The only thing kept here is Safe Night Check’s settings.
chrome.storage.session
A scratch area that lasts only while the browser is open. It is gone on restart and never reaches the disk.
“No external traffic” on each card below means the extension itself sends nothing to the developer’s servers or to any external API. Chrome’s own sync (chrome.storage.sync) is a separate mechanism, and as noted above it carries only Safe Night Check’s settings.
Last checked 1 September 2026, against the versions published on the Chrome Web Store on that day.
What changed in each tool is posted on News.
See the release history →VERIFY
Chrome itself lets you check both the traffic and the permissions.
Inspect permissions
Open chrome://extensions and click “Details” on an extension to see the permissions it requests.
Watch the traffic
Traffic from the extension itself (its service worker) does not show in the page’s DevTools. Use its own DevTools instead.
Traffic limited by the CSP
Attachment / Night / Site Operator Check declare connect-src 'none' in the CSP in manifest.json. Network connections from those extension pages are blocked by the browser.
LIMITS
These are not security products
None of them is a DLP, an antivirus or a phishing detector. Nothing here decides whether something is dangerous, and nothing here can force a send or a page to stop. They are not a replacement for the measures you already have.
Detection is not complete
Misses and false positives both happen. Finding nothing does not mean there was nothing to find.
The scope differs by product
Supported sites, file types and browser requirements are not the same for every tool. See the table above and each product page.
An update can change this
Updating an extension can change the permissions it asks for or what it stores. The date this page was last checked is under the per-product list.
For details on each product, see its product page and privacy policy.
Who makes these is set out on a page of its own.
About Legacy Tools →