The Cookie Monster

Removes the annoying Cookie notifications from various web sites

什麼是The Cookie Monster?

The Cookie Monster是由Darko Kukovec開發的Chrome擴展程式,該擴展的主要功能是“Removes the annoying Cookie notifications from various web sites”。

擴展截圖

screenshot

下載The Cookie Monster擴展crx文件

下載The Cookie Monster擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 The Cookie Monster The Cookie Monster
ID cjpljjfadjkfblhldfmhpdkoecljkghe
官方網址 https://chromewebstore.google.com/detail/the-cookie-monster/cjpljjfadjkfblhldfmhpdkoecljkghe
簡介 Removes the annoying Cookie notifications from various web sites
檔案大小 52.49 KB
安裝次數 280
目前版本 1.1
更新時間 2015-10-01
上架時間 2015-10-01
評分 4.29/5 共 7 次評分
開發者 Darko Kukovec
付費類型 free
支援的語言 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"
}