Cookie Consent Auto-Reject is a privacy tool that automatically clicks "reject" or "decline" on cookie consent banners across all websites. Its content script detects cookie consent buttons via CSS selectors and text matching, then clicks the reject option on your behalf. It does not read page content, user input, or any personal data, and does not communicate with any external server.
None. Cookie Consent Auto-Reject collects zero personal information. No names, emails, IP addresses, browsing history, or behavioral data are ever collected, stored externally, or transmitted anywhere.
Cookie Consent Auto-Reject stores the following data exclusively on your own device using Chrome's storage APIs. This data never leaves your browser.
| Key | What it stores | Purpose |
|---|---|---|
| enabled | Boolean toggle for whether auto-reject is active (synced via chrome.storage.sync) |
Lets you enable or disable the extension across devices |
| totalRejectCount | Running count of total cookie banners rejected (stored in chrome.storage.local) |
Shows lifetime rejection stats in the popup |
| recentSites | Last 5 sites where banners were rejected: domain and timestamp (stored in chrome.storage.local) |
Shows recent activity in the popup |
storage
Used to persist your enabled/disabled preference via chrome.storage.sync and rejection stats via chrome.storage.local. Data is stored only on your device (sync data may sync across your Chrome profile if enabled in Chrome settings).
host_permissions (<all_urls>)
Required to run the content script on all websites so cookie consent banners can be detected and rejected regardless of which site you visit. The content script only looks for cookie consent UI elements — it does not read page content, user input, or any personal data.
Cookie Consent Auto-Reject does not use analytics, crash reporting, advertising SDKs, or any third-party service. There are no external API calls. All banner detection logic is bundled inside the extension itself.
Cookie Consent Auto-Reject does not load or execute any code from remote servers. All JavaScript is bundled in the extension package that you install from the Chrome Web Store.
Cookie Consent Auto-Reject is not directed at children under 13. We do not knowingly collect any information from children.
If we update this policy, the new version will be posted at this URL. The effective date at the top will be updated accordingly. Continued use of the extension after changes constitutes acceptance of the updated policy.
Questions about this privacy policy? Email hello@bushe.co or visit bushe.co.