I don't care about cookies

Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get…

什么是I don't care about cookies?

I don't care about cookies是由GEN Digital Inc.开发的Chrome扩展程序,该扩展的主要功能是“Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get…”。

扩展截图

screenshot
screenshot
screenshot

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

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

扩展使用说明

                        Remove cookie warnings 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 don't care about cookies I don't care about cookies
ID fihnjjcciajhdojfnbdddfaoknhalnja
官方URL https://chromewebstore.google.com/detail/i-dont-care-about-cookies/fihnjjcciajhdojfnbdddfaoknhalnja
简介 Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get…
文件大小 429 KB
安装次数 1,016,113
当前版本 3.5.0
更新时间 2023-11-30
上架时间 2020-06-10
评分 3.91/5 共1179次评分
开发者 GEN Digital Inc.
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.i-dont-care-about-cookies.eu/
帮助页面URL https://www.i-dont-care-about-cookies.eu/
支持的语言 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": 2,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "3.5.0",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "Daniel Kladnik @ kiboke studio",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "data\/rules.js",
            "data\/context-menu.js"
        ]
    },
    "options_ui": {
        "page": "data\/options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_popup": "data\/menu\/index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        }
    }
}