Cookie Decliner

Automatically reject non-essential cookies to protect your privacy!

Was ist Cookie Decliner?

Cookie Decliner ist eine Chrome-Erweiterung, die von Cookie Decliner entwickelt wurde, und ihr Hauptmerkmal ist "Automatically reject non-essential cookies to protect your privacy!".

Erweiterungsscreenshots

screenshot

Cookie Decliner-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cookie Decliner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Decline all non essential cookie banners on websites instead of your accepting it!

This extension will automatically reject all non-essential cookies on the website you are viewing. It will protect your privacy and lets you focus on whatever you want to do. More than 100 languages are supported at the moment.

Cookie Decliner is constantly updated, so stay tuned for an even better experience.
If you have feedback please write to my mail address published on Chrome WebStore.


Just give it a try!                    

Grundlegende Informationen zur Erweiterung

Name Cookie Decliner Cookie Decliner
ID fgedkelakhbadclolkemkcffklcomhhb
Offizielle URL https://chromewebstore.google.com/detail/cookie-decliner/fgedkelakhbadclolkemkcffklcomhhb
Beschreibung Automatically reject non-essential cookies to protect your privacy!
Dateigröße 1020 KB
Installationsanzahl 418
Aktuelle Version 0.1.2
Letztes Update 2024-01-30
Veröffentlichungsdatum 2023-01-21
Bewertung 1.60/5 Insgesamt 5 Bewertungen
Entwickler Cookie Decliner
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://carmesin.me/privacy.html
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Decliner",
    "version": "0.1.2",
    "description": "Automatically reject non-essential cookies to protect your privacy!",
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_title": "Cookie Decliner",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "options_page": "options.html",
    "manifest_version": 3
}