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

Cos'è Still don't care about cookies?

Still don't care about cookies è un'estensione di Chrome sviluppata da https://stilldontcareaboutcookies.com, e la sua funzione principale è "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".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Still don't care about cookies

Scarica i file di estensione Still don't care about cookies 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

                        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                    

Informazioni di Base sull'Estensione

Nome Still don't care about cookies Still don't care about cookies
ID fmmjjgjhblhocbmigepoobidbbcknjkf
URL Ufficiale https://chromewebstore.google.com/detail/still-dont-care-about-coo/fmmjjgjhblhocbmigepoobidbbcknjkf
Descrizione 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
Dimensione del File 388 KB
Conteggio Installazioni 1,240
Versione Corrente 1.0.11
Ultimo Aggiornamento 2024-01-03
Data di Pubblicazione 2022-09-21
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://stilldontcareaboutcookies.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.stilldontcareaboutcookies.com/
URL della Pagina di Aiuto https://www.stilldontcareaboutcookies.com/
URL della Pagina della Politica sulla Privacy https://www.twitter-follower.com/en/site/privacy-policy
Lingue Supportate 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"
        }
    }
}