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

Vad är Still don't care about cookies?

Still don't care about cookies är en Chrome-tillägg utvecklad av https://stilldontcareaboutcookies.com, och dess huvudfunktion är "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".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Still don't care about cookies-förlängningens CRX-fil

Ladda ner Still don't care about cookies-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Still don't care about cookies Still don't care about cookies
ID fmmjjgjhblhocbmigepoobidbbcknjkf
Officiell webbadress https://chromewebstore.google.com/detail/still-dont-care-about-coo/fmmjjgjhblhocbmigepoobidbbcknjkf
Beskrivning 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
Filstorlek 388 KB
Antal Installationer 1,240
Aktuell Version 1.0.11
Senast Uppdaterad 2024-01-03
Publiceringsdatum 2022-09-21
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://stilldontcareaboutcookies.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://www.stilldontcareaboutcookies.com/
Hjälpsida URL https://www.stilldontcareaboutcookies.com/
URL till Sekretesspolicy Sidan https://www.twitter-follower.com/en/site/privacy-policy
Stödda Språk 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"
        }
    }
}