Privacy Policy
Last updated: April 16, 2026
Summary
AutoCrumb collects no data. There is no server. Everything runs locally in your browser.
What data does AutoCrumb access?
AutoCrumb accesses the following browser data solely to perform its core function (automatic cookie deletion):
- Cookies — to read and delete cookies for domains when their tabs are closed
- Tab URLs — to track which domains are currently open, so we know when to trigger cleanup
- Your whitelist/greylist rules — stored in Chrome's built-in sync storage so they follow you across devices
- Activity logs and statistics — stored locally on your machine
What data does AutoCrumb send externally?
None. AutoCrumb makes zero network requests. There is no server, no API, no analytics, no telemetry. Your browsing data never leaves your machine.
What data does AutoCrumb store?
All data is stored using Chrome's built-in storage APIs:
- chrome.storage.sync — Your whitelist/greylist rules and settings. Synced by Chrome across your devices (encrypted by Google).
- chrome.storage.local — Activity logs and cleanup statistics. Stays on your current device.
- chrome.storage.session — Temporary runtime state (which tabs are open). Cleared when you close Chrome.
Third-party services
AutoCrumb uses no third-party services, libraries, or analytics. The extension is fully self-contained.
Permissions explained
- cookies — Read and delete cookies (core functionality)
- tabs — Know which sites are open so we only clean after all tabs for a domain close
- storage — Save your rules and settings
- alarms — Schedule delayed cleanup after tab close
- contextMenus — Add right-click "Whitelist/Greylist" options
- notifications — Show cleanup notifications (optional, can be disabled)
- browsingData — Clear localStorage/IndexedDB/Cache (optional, disabled by default)
- <all_urls> — Required to access cookies for any website. We do NOT read page content or inject scripts.
Open source
AutoCrumb is open source under the MIT license. You can inspect every line of code at github.com/Kingdompe/AutoCrumb.
Contact
Questions about this policy? Open an issue on GitHub.