Cookie Law Blocker

Remove automatically the Cookie Law Warnings on websites.

What is Cookie Law Blocker?

Cookie Law Blocker is a Chrome extension developed by cookielawblocker, and its main feature is "Remove automatically the Cookie Law Warnings on websites.".

Extension Screenshots

screenshot

Download Cookie Law Blocker Extension CRX File

Download Cookie Law Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Cookie Law Blocker Cookie Law Blocker
ID djgcdhmbifdlhighokoleaejkdfepfab
Official URL https://chromewebstore.google.com/detail/cookie-law-blocker/djgcdhmbifdlhighokoleaejkdfepfab
Description Remove automatically the Cookie Law Warnings on websites.
File Size 93.34 KB
Installation Count 201
Current Version 0.0.0.3
Last Updated 2016-01-18
Publish Date 2016-01-18
Rating 5.00/5 Total 2 Ratings
Developer cookielawblocker
Payment Type free
Extension Website http://cookielawblocker.wimuu.com
Help Page URL http://cookielawblocker.wimuu.com/en/Contact
Supported Languages 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"
            ]
        }
    ]
}