Auto Reject Cookies

This Extensions tries to automaticly reject all non essential cookies and hide the banner.

Vad är Auto Reject Cookies?

Auto Reject Cookies är en Chrome-tillägg utvecklad av sheeperich, och dess huvudfunktion är "This Extensions tries to automaticly reject all non essential cookies and hide the banner.".

Tilläggsskärmbilder

screenshot

Ladda ner Auto Reject Cookies-förlängningens CRX-fil

Ladda ner Auto Reject Cookies-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Auto Reject Cookies Auto Reject Cookies
ID eklkobgmiebaomfcgboabmlfgmdikaem
Officiell webbadress https://chromewebstore.google.com/detail/auto-reject-cookies/eklkobgmiebaomfcgboabmlfgmdikaem
Beskrivning This Extensions tries to automaticly reject all non essential cookies and hide the banner.
Filstorlek 4.2 KB
Antal Installationer 757
Aktuell Version 0.1
Senast Uppdaterad 2020-11-23
Publiceringsdatum 2020-11-23
Betyg 2.33/5 Totalt 3 Betyg
Utvecklare sheeperich
E-post [email protected]
Betalningssätt free
Stödda Språk 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:\/\/*\/*"
            ]
        }
    ]
}