Auto Reject Cookies

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

Co to jest Auto Reject Cookies?

Auto Reject Cookies to rozszerzenie Chrome opracowane przez sheeperich, a jego główną funkcją jest „This Extensions tries to automaticly reject all non essential cookies and hide the banner.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Auto Reject Cookies

Pobierz pliki rozszerzeń Auto Reject Cookies w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Auto Reject Cookies Auto Reject Cookies
ID eklkobgmiebaomfcgboabmlfgmdikaem
Oficjalny URL https://chromewebstore.google.com/detail/auto-reject-cookies/eklkobgmiebaomfcgboabmlfgmdikaem
Opis This Extensions tries to automaticly reject all non essential cookies and hide the banner.
Rozmiar pliku 4.2 KB
Liczba instalacji 757
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2020-11-23
Data Publikacji 2020-11-23
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper sheeperich
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
            ]
        }
    ]
}