Cookie Banner

Cookie Banner Bans Cookie Banners

What is Cookie Banner?

Cookie Banner is a Chrome extension developed by Joa Ebert, and its main feature is "Cookie Banner Bans Cookie Banners".

Extension Screenshots

screenshot

Download Cookie Banner Extension CRX File

Download Cookie Banner 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

                        Cookie Banner Bans Cookie Banners

This extension has access to all your browsing data. It's sole purpose is to hide hideous cookie banners. You can access the full source code at https://github.com/joa/cookie-banner/                    

Extension Basic Information

Name Cookie Banner Cookie Banner
ID kffejobdgpkmegkindeiclfhoaknekio
Official URL https://chromewebstore.google.com/detail/cookie-banner/kffejobdgpkmegkindeiclfhoaknekio
Description Cookie Banner Bans Cookie Banners
File Size 9.16 KB
Installation Count 56
Current Version 0.0.0.4
Last Updated 2021-02-03
Publish Date 2016-05-02
Rating 3.00/5 Total 2 Ratings
Developer Joa Ebert
Email [email protected]
Payment Type free
Extension Website https://github.com/joa/cookie-banner
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Banner",
    "description": "Cookie Banner Bans Cookie Banners",
    "version": "0.0.0.4",
    "author": "Joa Ebert",
    "homepage_url": "https:\/\/github.com\/joa\/cookie-banner",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "cookie-banner.css"
            ],
            "js": [
                "cookie-banner.js"
            ],
            "run_at": "document_end"
        }
    ]
}