Auto Reject Cookies

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

Hvad er Auto Reject Cookies?

Auto Reject Cookies er en Chrome-udvidelse udviklet af sheeperich, og dens hovedfunktion er "This Extensions tries to automaticly reject all non essential cookies and hide the banner.".

Udvidelsesskærmbilleder

screenshot

Download Auto Reject Cookies-udvidelses-CRX-fil

Download Auto Reject Cookies-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Auto Reject Cookies Auto Reject Cookies
ID eklkobgmiebaomfcgboabmlfgmdikaem
Officiel URL https://chromewebstore.google.com/detail/auto-reject-cookies/eklkobgmiebaomfcgboabmlfgmdikaem
Beskrivelse This Extensions tries to automaticly reject all non essential cookies and hide the banner.
Filstørrelse 4.2 KB
Antal Installationer 757
Nuværende Version 0.1
Senest Opdateret 2020-11-23
Udgivelsesdato 2020-11-23
Bedømmelse 2.33/5 Samlet 3 Bedømmelser
Udvikler sheeperich
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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:\/\/*\/*"
            ]
        }
    ]
}