Cookie Monster

This extension deals with cookie consent screens in the EU

Cookie Monster là gì?

Cookie Monster là một tiện ích mở rộng Chrome được phát triển bởi Andreas Zoellner, và tính năng chính của nó là "This extension deals with cookie consent screens in the EU".

Ả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 Cookie Monster

Tải xuống các tệp mở rộng Cookie Monster 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

                        Everyone loves cookies, especially advertisers and publishers. The European Union too, but they want to make sure everyone consents to cookies, and consents, and consents, and consents.... until the internet is barely usable. That's when Cookie Monster comes into play. In a quest to make sure it gets to eat more cookies than anyone else, Cookie Monster will eat up those consent dialogs. And without consent, there won't be any advertisers cookies for you (but more for Cookie Monster, yummy!).

# FAQ

## Which browsers are supported?
Right now this is published as a Chrome Extension in the Chrome Web Store. A Safari version is planned in the future.

## Ok, but what does it really do?
Cookie Monster works a bit like an ad blocker but instead of ads it blocks cookie consent dialogs.

## How can I help?
Submit pages that still have cookie consent dialogs here: https://github.com/zoellner/cookie-monster/issues

## How can I contribute even more?
You can donate to the development of this browser extension here: https://github.com/sponsors/zoellner                    

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

Tên Cookie Monster Cookie Monster
ID mcfkbhecnoikhkemapgbdmndejfcpfdj
URL Chính Thức https://chromewebstore.google.com/detail/cookie-monster/mcfkbhecnoikhkemapgbdmndejfcpfdj
Mô tả This extension deals with cookie consent screens in the EU
Kích Thước Tệp 72.44 KB
Số Lần Cài Đặt 206
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-10-01
Ngày Phát Hành 2021-09-29
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Andreas Zoellner
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/zoellner/cookie-monster
URL Trang Trợ Giúp https://github.com/zoellner/cookie-monster/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Monster",
    "version": "1.0.0",
    "description": "This extension deals with cookie consent screens in the EU",
    "manifest_version": 3,
    "author": "Andreas Zoellner",
    "action": {
        "default_icon": {
            "16": "img\/cookie16.png",
            "32": "img\/cookie32.png",
            "48": "img\/cookie48.png",
            "128": "img\/cookie128.png"
        }
    },
    "icons": {
        "16": "img\/cookie16.png",
        "32": "img\/cookie32.png",
        "48": "img\/cookie48.png",
        "128": "img\/cookie128.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ]
}