Auto Reject Cookies

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

Cos'è Auto Reject Cookies?

Auto Reject Cookies è un'estensione di Chrome sviluppata da sheeperich, e la sua funzione principale è "This Extensions tries to automaticly reject all non essential cookies and hide the banner.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Auto Reject Cookies

Scarica i file di estensione Auto Reject Cookies in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Auto Reject Cookies Auto Reject Cookies
ID eklkobgmiebaomfcgboabmlfgmdikaem
URL Ufficiale https://chromewebstore.google.com/detail/auto-reject-cookies/eklkobgmiebaomfcgboabmlfgmdikaem
Descrizione This Extensions tries to automaticly reject all non essential cookies and hide the banner.
Dimensione del File 4.2 KB
Conteggio Installazioni 757
Versione Corrente 0.1
Ultimo Aggiornamento 2020-11-23
Data di Pubblicazione 2020-11-23
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore sheeperich
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}