Last updated: May 8, 2026
Browser Sanity is a Chrome extension that helps you close duplicate tabs and tab groups that have been marked complete. This policy explains exactly what data the extension touches and what it does not.
chrome.storage.sync, which Chrome may sync across your own devices via your Google account. The extension developer never sees this data.To do its job, the extension reads the following from your browser when you click “Clean tabs” or “Preview”:
lastAccessed time, pinned status, audible status, active status — so the extension knows which tab in each duplicate group to keep, and which tabs to protect.This data is read in memory and used only for the immediate cleanup decision. It is never logged, stored beyond the active operation, or sent anywhere.
The extension persists a small amount of information using Chrome’s standard storage APIs:
chrome.storage.sync, which means Chrome may sync them across your devices via your Google account.chrome.storage.local so the popup can display it. This contains only counts, not URLs.Neither of these stores leaves Chrome’s built-in storage. The extension developer has no access to either.
content_scripts, no DOM access).tabs — required to read tab URLs/titles and to close tabs. Without this, the extension cannot identify or close duplicates.tabGroups — required to read tab group titles to identify groups Claude has marked ✅ done.storage — required to save your settings (allowlists, thresholds, rule toggles).The extension is not directed at children under 13. It does not knowingly collect any data from anyone — children or adults.
If this policy ever changes, the updated version will be posted at the same URL with a new “Last updated” date. The extension will continue not to transmit any data.
For questions or concerns about this policy, email alex@fiatgrowth.com.