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
官方URL 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"
}