Auto Reject Cookies

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

Wat is Auto Reject Cookies?

Auto Reject Cookies is een Chrome-extensie ontwikkeld door sheeperich, en de belangrijkste functie is "This Extensions tries to automaticly reject all non essential cookies and hide the banner.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Auto Reject Cookies

Download Auto Reject Cookies-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Auto Reject Cookies Auto Reject Cookies
ID eklkobgmiebaomfcgboabmlfgmdikaem
Officiële URL https://chromewebstore.google.com/detail/auto-reject-cookies/eklkobgmiebaomfcgboabmlfgmdikaem
Beschrijving This Extensions tries to automaticly reject all non essential cookies and hide the banner.
Bestandsgrootte 4.2 KB
Aantal Installaties 757
Huidige Versie 0.1
Laatst Bijgewerkt 2020-11-23
Publicatiedatum 2020-11-23
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar sheeperich
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}