I still don't care about cookies

Community version of the extension `I don't care about cookies` (no Avast)

什么是I still don't care about cookies?

I still don't care about cookies是由Guus开发的Chrome扩展程序,该扩展的主要功能是“Community version of the extension `I don't care about cookies` (no Avast)”。

扩展截图

screenshot
screenshot

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

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

扩展使用说明

                        This is a community updated version of a popular extension that got acquired by Avast with the source code on https://github.com/OhMyGuus/I-Dont-Care-About-Cookies  
-------

This extension removes cookie warnings/pop-ups from almost all websites!

The EU regulations require that any website using tracking cookies must get user's permission before installing them. Imagine how irritating that becomes when you surf anonymously or if you delete cookies automatically every time you close the browser.

In most cases, it just blocks or hides cookie related pop-ups. When it's needed for the website to work properly, it will automatically accept the cookie policy for you (sometimes it will accept all and sometimes only necessary cookie categories, depending on what's easier to do). It doesn't delete cookies.                    

扩展基本信息

名称 I still don't care about cookies I still don't care about cookies
ID edibdbjcniadpccecjdfdjjppcpchdlm
官方URL https://chromewebstore.google.com/detail/i-still-dont-care-about-c/edibdbjcniadpccecjdfdjjppcpchdlm
简介 Community version of the extension `I don't care about cookies` (no Avast)
文件大小 514 KB
安装次数 133,215
当前版本 1.1.4
更新时间 2024-01-03
上架时间 2022-09-27
评分 4.62/5 共126次评分
开发者 Guus
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/OhMyGuus/I-Dont-Care-About-Cookies
帮助页面URL https://github.com/OhMyGuus/I-Dont-Care-About-Cookies/issues
隐私政策页面URL https://github.com/OhMyGuus/I-Still-Dont-Care-About-Cookies/blob/master/PRIVACY_POLICY.md
支持的语言 de,en,fr,nl,no,da,es,hr,it,lt,hu,pl,ro,sk,sv,cs,bg,ru,uk,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.1.4",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "OhMyGuus and Community (originally Daniel Kladnik)",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "webRequest",
        "declarativeNetRequestWithHostAccess",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "data\/background.js",
        "type": "module"
    },
    "options_ui": {
        "page": "data\/options.html"
    },
    "action": {
        "default_popup": "data\/menu\/index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        }
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}