The Cookie Monster

Removes the annoying Cookie notifications from various web sites

The Cookie Monster là gì?

The Cookie Monster là một tiện ích mở rộng Chrome được phát triển bởi Darko Kukovec, và tính năng chính của nó là "Removes the annoying Cookie notifications from various web sites".

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

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

                                            

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

Tên The Cookie Monster The Cookie Monster
ID cjpljjfadjkfblhldfmhpdkoecljkghe
URL Chính Thức https://chromewebstore.google.com/detail/the-cookie-monster/cjpljjfadjkfblhldfmhpdkoecljkghe
Mô tả Removes the annoying Cookie notifications from various web sites
Kích Thước Tệp 52.49 KB
Số Lần Cài Đặt 280
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-10-01
Ngày Phát Hành 2015-10-01
Đánh Giá 4.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Darko Kukovec
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Cookie Monster",
    "description": "Removes the annoying Cookie notifications from various web sites",
    "version": "1.1",
    "permissions": [
        "contextMenus",
        "https:\/\/api.parse.com\/"
    ],
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "96": "assets\/icon-96.png",
        "128": "assets\/icon-128.png",
        "256": "assets\/icon-256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "monster.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html"
}