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
官方網址 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"
            ]
        }
    ]
}