Auto Reject Cookies

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

Auto Reject Cookiesคืออะไร?

Auto Reject Cookies เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sheeperich และคุณลักษณะหลักของมันคือ "This Extensions tries to automaticly reject all non essential cookies and hide the banner."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Reject Cookies

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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:\/\/*\/*"
            ]
        }
    ]
}