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.
Eメール [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"
        }
    }
}