Cookie Dialog Monster

Did someone say cookie consent dialogs? 😋

Cookie Dialog Monster là gì?

Cookie Dialog Monster là một tiện ích mở rộng Chrome được phát triển bởi wanhose, và tính năng chính của nó là "Did someone say cookie consent dialogs? 😋".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cookie Dialog Monster

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

                        Cookie Dialog Monster is the best lightweight, open-source, and powerful alternative to "I don't care about cookies". It offers a seamless browsing experience without tracking you.

With Cookie Dialog Monster, you can enjoy a privacy-focused solution that eliminates cookie consent dialogs while ensuring your preferences remain unaffected. Say goodbye to intrusive tracking and hello to hassle-free web browsing.                    

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

Tên Cookie Dialog Monster Cookie Dialog Monster
ID djcbfpkdhdkaflcigibkbpboflaplabg
URL Chính Thức https://chromewebstore.google.com/detail/cookie-dialog-monster/djcbfpkdhdkaflcigibkbpboflaplabg
Mô tả Did someone say cookie consent dialogs? 😋
Kích Thước Tệp 42.74 KB
Số Lần Cài Đặt 292
Phiên Bản Hiện Tại 6.4.8
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2020-06-28
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển wanhose
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cookie-dialog-monster.com
URL Trang Trợ Giúp https://github.com/wanhose/cookie-dialog-monster/issues
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,it,pt-BR,pt-PT,ro,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cookie Dialog Monster",
    "version": "6.4.8",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "action": {
        "default_icon": "assets\/icons\/disabled.png",
        "default_title": "Cookie Dialog Monster"
    },
    "options_page": "options.html",
    "author": "wanhose",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_matches": [
                "*:\/\/*.bauhaus.cz\/*",
                "*:\/\/*.codesandbox.io\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.googleapis.com\/embed\/*",
                "*:\/\/*.messenger.com\/*",
                "*:\/\/*.office365.com\/*",
                "*:\/\/*.officeapps.live.com\/*",
                "*:\/\/*.sharepoint.com\/*",
                "*:\/\/*.suite.office.com\/*",
                "*:\/\/*.youtube-nocookie.com\/embed\/*",
                "*:\/\/*.youtube.com\/embed\/*",
                "*:\/\/translate.google.ca\/*",
                "*:\/\/translate.google.co.in\/*",
                "*:\/\/translate.google.co.jp\/*",
                "*:\/\/translate.google.co.uk\/*",
                "*:\/\/translate.google.com.au\/*",
                "*:\/\/translate.google.com.br\/*",
                "*:\/\/translate.google.com\/*",
                "*:\/\/translate.google.de\/*",
                "*:\/\/translate.google.es\/*",
                "*:\/\/translate.google.fr\/*",
                "*:\/\/translate.google.it\/*",
                "*:\/\/www.cookie-dialog-monster.com\/*"
            ],
            "js": [
                "scripts\/content.js",
                "scripts\/dialog.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "contextMenus",
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "https:\/\/fonts.googleapis.com\/css?family=Inter"
            ]
        }
    ]
}