Auto Reject Cookies
This Extensions tries to automaticly reject all non essential cookies and hide the banner.
Co je Auto Reject Cookies?
Auto Reject Cookies je rozšíření Chrome vyvinuté sheeperich, a jeho hlavní funkcí je „This Extensions tries to automaticly reject all non essential cookies and hide the banner.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Auto Reject Cookies
Stáhněte si soubory rozšíření Auto Reject Cookies ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Auto Reject Cookies |
ID | eklkobgmiebaomfcgboabmlfgmdikaem |
Oficiální URL | https://chromewebstore.google.com/detail/auto-reject-cookies/eklkobgmiebaomfcgboabmlfgmdikaem |
Popis | This Extensions tries to automaticly reject all non essential cookies and hide the banner. |
Velikost souboru | 4.2 KB |
Počet instalací | 757 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2020-11-23 |
Datum Vydání | 2020-11-23 |
Hodnocení | 2.33/5 Celkem 3 Hodnocení |
Vývojář | sheeperich |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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:\/\/*\/*" ] } ] } |