Cookie Decliner

Automatically reject non-essential cookies to protect your privacy!

Cookie Declinerとは何ですか?

Cookie DeclinerはCookie Declinerによって開発されたChromeの拡張機能で、その主な機能は「Automatically reject non-essential cookies to protect your privacy!」です。

拡張機能のスクリーンショット

screenshot

Cookie Decliner拡張機能のCRXファイルをダウンロード

Cookie Decliner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Decline all non essential cookie banners on websites instead of your accepting it!

This extension will automatically reject all non-essential cookies on the website you are viewing. It will protect your privacy and lets you focus on whatever you want to do. More than 100 languages are supported at the moment.

Cookie Decliner is constantly updated, so stay tuned for an even better experience.
If you have feedback please write to my mail address published on Chrome WebStore.


Just give it a try!                    

拡張機能の基本情報

名前 Cookie Decliner Cookie Decliner
ID fgedkelakhbadclolkemkcffklcomhhb
公式URL https://chromewebstore.google.com/detail/cookie-decliner/fgedkelakhbadclolkemkcffklcomhhb
説明 Automatically reject non-essential cookies to protect your privacy!
ファイルサイズ 1020 KB
インストール数 418
現在のバージョン 0.1.2
最終更新日 2024-01-30
公開日 2023-01-21
評価 1.60/5 合計 5 レビュー
開発者 Cookie Decliner
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://carmesin.me/privacy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Decliner",
    "version": "0.1.2",
    "description": "Automatically reject non-essential cookies to protect your privacy!",
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_title": "Cookie Decliner",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "options_page": "options.html",
    "manifest_version": 3
}