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
官方網址 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
電子郵箱 [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:\/\/*\/*"
            ]
        }
    ]
}