Cookie Decliner

Automatically reject non-essential cookies to protect your privacy!

Wat is Cookie Decliner?

Cookie Decliner is een Chrome-extensie ontwikkeld door Cookie Decliner, en de belangrijkste functie is "Automatically reject non-essential cookies to protect your privacy!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cookie Decliner

Download Cookie Decliner-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

                        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!                    

Basisinformatie over de Extensie

Naam Cookie Decliner Cookie Decliner
ID fgedkelakhbadclolkemkcffklcomhhb
Officiële URL https://chromewebstore.google.com/detail/cookie-decliner/fgedkelakhbadclolkemkcffklcomhhb
Beschrijving Automatically reject non-essential cookies to protect your privacy!
Bestandsgrootte 1020 KB
Aantal Installaties 418
Huidige Versie 0.1.2
Laatst Bijgewerkt 2024-01-30
Publicatiedatum 2023-01-21
Beoordeling 1.60/5 Totaal 5 Beoordelingen
Ontwikkelaar Cookie Decliner
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://carmesin.me/privacy.html
Ondersteunde Talen 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
}