Cookies Blocker

This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept...

What is Cookies Blocker?

Cookies Blocker is a Chrome extension developed by https://k-legrand.com, and its main feature is "This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept...".

Download Cookies Blocker Extension CRX File

Download Cookies 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

                        This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept...
Keep in mind that this app does not accept cookies for you. It just hides sh*t tones of css rules.

Github: https://github.com/Manoz/Cookies-F-cker                    

Extension Basic Information

Name Cookies Blocker Cookies Blocker
ID dafambnlnkbfdkieoeaccchlmahiolof
Official URL https://chromewebstore.google.com/detail/cookies-blocker/dafambnlnkbfdkieoeaccchlmahiolof
Description This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept...
File Size 47.74 KB
Installation Count 1,052
Current Version 1.2
Last Updated 2018-08-14
Publish Date 2018-08-14
Rating 3.69/5 Total 13 Ratings
Developer https://k-legrand.com
Email [email protected]
Payment Type free
Extension Website https://github.com/Manoz/Cookies-F-cker
Help Page URL https://github.com/Manoz/Cookies-F-cker/issues
Supported Languages en,fr
manifest.json
{
    "author": "Manoz",
    "name": "__MSG_extName__",
    "short_name": "CBlocker",
    "description": "__MSG_extDescription__",
    "version": "1.2",
    "manifest_version": 2,
    "default_locale": "en",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Let's block cookies!"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab"
    ]
}