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

What is Still don't care about cookies?

Still don't care about cookies is a Chrome extension developed by https://stilldontcareaboutcookies.com, and its main feature 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".

Extension Screenshots

screenshot
screenshot

Download Still don't care about cookies Extension CRX File

Download Still don't care about cookies extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Still don't care about cookies Still don't care about cookies
ID fmmjjgjhblhocbmigepoobidbbcknjkf
Official URL https://chromewebstore.google.com/detail/still-dont-care-about-coo/fmmjjgjhblhocbmigepoobidbbcknjkf
Description 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
File Size 388 KB
Installation Count 1,240
Current Version 1.0.11
Last Updated 2024-01-03
Publish Date 2022-09-21
Rating 3.00/5 Total 2 Ratings
Developer https://stilldontcareaboutcookies.com
Email [email protected]
Payment Type in_app
Extension Website https://www.stilldontcareaboutcookies.com/
Help Page URL https://www.stilldontcareaboutcookies.com/
Privacy Policy Page URL https://www.twitter-follower.com/en/site/privacy-policy
Supported Languages 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"
        }
    }
}