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