Cookie Law Blocker

Remove automatically the Cookie Law Warnings on websites.

什么是Cookie Law Blocker?

Cookie Law Blocker是由cookielawblocker开发的Chrome扩展程序,该扩展的主要功能是“Remove automatically the Cookie Law Warnings on websites.”。

扩展截图

screenshot

下载Cookie Law Blocker扩展crx文件

下载Cookie Law Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Remove all the annoying cookie warnings on websites.
Cookie Law Blocker hides most of irritating alerts.

If by some websites you still become the warning please contact us and we will fix it!                    

扩展基本信息

名称 Cookie Law Blocker Cookie Law Blocker
ID djgcdhmbifdlhighokoleaejkdfepfab
官方URL https://chromewebstore.google.com/detail/cookie-law-blocker/djgcdhmbifdlhighokoleaejkdfepfab
简介 Remove automatically the Cookie Law Warnings on websites.
文件大小 93.34 KB
安装次数 201
当前版本 0.0.0.3
更新时间 2016-01-18
上架时间 2016-01-18
评分 5.00/5 共2次评分
开发者 cookielawblocker
付费类型 free
扩展官网 http://cookielawblocker.wimuu.com
帮助页面URL http://cookielawblocker.wimuu.com/en/Contact
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Law Blocker",
    "short_name": "CookieBlocker",
    "manifest_version": 2,
    "version": "0.0.0.3",
    "description": "Remove automatically the Cookie Law Warnings on websites.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "erasecookie.js"
            ]
        }
    ]
}