Auto Reject Cookies

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

Auto Reject Cookies là gì?

Auto Reject Cookies là một tiện ích mở rộng Chrome được phát triển bởi sheeperich, và tính năng chính của nó là "This Extensions tries to automaticly reject all non essential cookies and hide the banner.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Reject Cookies

Tải xuống các tệp mở rộng Auto Reject Cookies dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto Reject Cookies Auto Reject Cookies
ID eklkobgmiebaomfcgboabmlfgmdikaem
URL Chính Thức https://chromewebstore.google.com/detail/auto-reject-cookies/eklkobgmiebaomfcgboabmlfgmdikaem
Mô tả This Extensions tries to automaticly reject all non essential cookies and hide the banner.
Kích Thước Tệp 4.2 KB
Số Lần Cài Đặt 757
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2020-11-23
Ngày Phát Hành 2020-11-23
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển sheeperich
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}