Auto Reject Cookies

This Extensions tries to automaticly reject all non essential cookies and hide the banner.

Auto Reject Cookiesとは何ですか?

Auto Reject Cookiesはsheeperichによって開発されたChromeの拡張機能で、その主な機能は「This Extensions tries to automaticly reject all non essential cookies and hide the banner.」です。

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

screenshot

Auto Reject Cookies拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Diese Erweiterung lehnt automatisch alle Cookies ab auf Seiten, die ihr bekannten Cookie Banner Lösungen einsetzen.
Aktuell werden erkannt: oneTrust, CookieBot und usercentrics.
Weitere Cookie Lösungen werden in naher Zukunft folgen.                    

拡張機能の基本情報

名前 Auto Reject Cookies Auto Reject Cookies
ID eklkobgmiebaomfcgboabmlfgmdikaem
公式URL https://chromewebstore.google.com/detail/auto-reject-cookies/eklkobgmiebaomfcgboabmlfgmdikaem
説明 This Extensions tries to automaticly reject all non essential cookies and hide the banner.
ファイルサイズ 4.2 KB
インストール数 757
現在のバージョン 0.1
最終更新日 2020-11-23
公開日 2020-11-23
評価 2.33/5 合計 3 レビュー
開発者 sheeperich
Eメール [email protected]
支払い方法 free
対応言語 de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Reject Cookies",
    "version": "0.1",
    "description": "This Extensions tries to automaticly reject all non essential cookies and hide the banner.",
    "web_accessible_resources": [
        "block.js"
    ],
    "manifest_version": 2,
    "page_action": {
        "default_icon": {
            "16": "deliver.png",
            "32": "deliver.png",
            "48": "deliver.png",
            "128": "deliver.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}