Still don't care about cookies

Get rid of cookie warnings! If you're upset about "I don't care about cookies" being sold to Avast, here you have an alternative

Wat is Still don't care about cookies?

Still don't care about cookies is een Chrome-extensie ontwikkeld door https://stilldontcareaboutcookies.com, en de belangrijkste functie is "Get rid of cookie warnings! If you're upset about "I don't care about cookies" being sold to Avast, here you have an alternative".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Still don't care about cookies

Download Still don't care about 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

                        Get rid of cookie warnings!

If you're upset about "I don't care about cookies" being sold to Avast, here you have an alternative                    

Basisinformatie over de Extensie

Naam Still don't care about cookies Still don't care about cookies
ID fmmjjgjhblhocbmigepoobidbbcknjkf
Officiële URL https://chromewebstore.google.com/detail/still-dont-care-about-coo/fmmjjgjhblhocbmigepoobidbbcknjkf
Beschrijving Get rid of cookie warnings! If you're upset about "I don't care about cookies" being sold to Avast, here you have an alternative
Bestandsgrootte 388 KB
Aantal Installaties 1,240
Huidige Versie 1.0.11
Laatst Bijgewerkt 2024-01-03
Publicatiedatum 2022-09-21
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://stilldontcareaboutcookies.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://www.stilldontcareaboutcookies.com/
Help Pagina-URL https://www.stilldontcareaboutcookies.com/
URL van de Privacybeleid Pagina https://www.twitter-follower.com/en/site/privacy-policy
Ondersteunde Talen de,en,fr,nl,no,da,es,hr,it,lt,hu,pl,ro,sk,sv,cs,bg,ru,uk,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.0.11",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "webRequest",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "data\/background.js"
    },
    "options_ui": {
        "page": "data\/options.html"
    },
    "action": {
        "default_popup": "data\/menu\/index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        }
    }
}