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

什么是Still don't care about cookies?

Still don't care about cookies是由https://stilldontcareaboutcookies.com开发的Chrome扩展程序,该扩展的主要功能是“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
screenshot

下载Still don't care about cookies扩展crx文件

下载Still don't care about cookies扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Still don't care about cookies Still don't care about cookies
ID fmmjjgjhblhocbmigepoobidbbcknjkf
官方URL https://chromewebstore.google.com/detail/still-dont-care-about-coo/fmmjjgjhblhocbmigepoobidbbcknjkf
简介 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
文件大小 388 KB
安装次数 1,240
当前版本 1.0.11
更新时间 2024-01-03
上架时间 2022-09-21
评分 3.00/5 共2次评分
开发者 https://stilldontcareaboutcookies.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.stilldontcareaboutcookies.com/
帮助页面URL https://www.stilldontcareaboutcookies.com/
隐私政策页面URL https://www.twitter-follower.com/en/site/privacy-policy
支持的语言 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"
        }
    }
}