Auto Reject Cookies
This Extensions tries to automaticly reject all non essential cookies and hide the banner.
What is Auto Reject Cookies?
Auto Reject Cookies is a Chrome extension developed by sheeperich, and its main feature is "This Extensions tries to automaticly reject all non essential cookies and hide the banner.".
Extension Screenshots
Download Auto Reject Cookies Extension CRX File
Download Auto Reject Cookies extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Diese Erweiterung lehnt automatisch alle Cookies ab auf Seiten, die ihr bekannten Cookie Banner Lösungen einsetzen. Aktuell werden erkannt: oneTrust, CookieBot und usercentrics. Weitere Cookie Lösungen werden in naher Zukunft folgen.
Extension Basic Information
Name | Auto Reject Cookies |
ID | eklkobgmiebaomfcgboabmlfgmdikaem |
Official URL | https://chromewebstore.google.com/detail/auto-reject-cookies/eklkobgmiebaomfcgboabmlfgmdikaem |
Description | This Extensions tries to automaticly reject all non essential cookies and hide the banner. |
File Size | 4.2 KB |
Installation Count | 757 |
Current Version | 0.1 |
Last Updated | 2020-11-23 |
Publish Date | 2020-11-23 |
Rating | 2.33/5 Total 3 Ratings |
Developer | sheeperich |
[email protected] | |
Payment Type | free |
Supported Languages | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Reject Cookies", "version": "0.1", "description": "This Extensions tries to automaticly reject all non essential cookies and hide the banner.", "web_accessible_resources": [ "block.js" ], "manifest_version": 2, "page_action": { "default_icon": { "16": "deliver.png", "32": "deliver.png", "48": "deliver.png", "128": "deliver.png" } }, "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |