Cookie Decliner

Automatically reject non-essential cookies to protect your privacy!

Cos'è Cookie Decliner?

Cookie Decliner è un'estensione di Chrome sviluppata da Cookie Decliner, e la sua funzione principale è "Automatically reject non-essential cookies to protect your privacy!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cookie Decliner

Scarica i file di estensione Cookie Decliner 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

                        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!                    

Informazioni di Base sull'Estensione

Nome Cookie Decliner Cookie Decliner
ID fgedkelakhbadclolkemkcffklcomhhb
URL Ufficiale https://chromewebstore.google.com/detail/cookie-decliner/fgedkelakhbadclolkemkcffklcomhhb
Descrizione Automatically reject non-essential cookies to protect your privacy!
Dimensione del File 1020 KB
Conteggio Installazioni 418
Versione Corrente 0.1.2
Ultimo Aggiornamento 2024-01-30
Data di Pubblicazione 2023-01-21
Valutazione 1.60/5 Totale 5 Valutazioni
Sviluppatore Cookie Decliner
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://carmesin.me/privacy.html
Lingue Supportate 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
}