WebExtension.net
WebExtension.net

Bye-Bye Cookie Banners — Cookie Consent Automator

View on Chrome Web Store
View Bye-Bye Cookie Banners — Cookie Consent Automator Chrome Extension on Chrome Web Store
5.0 (4 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Never see a GDPR cookie banner again. This extension automatically rejects all or accepts minimally required cookies.
Type
Extension
Users
1,000 users
Curly Doggo Limited
View author page of Curly Doggo Limited
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 24, 2024
Version 1.0.3
Manifest version
3
Updated
Updated on August 16, 2024
View on Chrome Web Store
View Bye-Bye Cookie Banners — Cookie Consent Automator Chrome Extension on Chrome Web Store
make_chrome_yours/privacy
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDescription__",
    "default_locale": "en",
    "author": "Curly Doggo Limited",
    "homepage_url": "https:\/\/nocookiebanners.com\/",
    "version": "1.0.3",
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "declarativeNetRequestWithHostAccess",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": {
            "128": "images\/icon.png"
        },
        "default_title": "__MSG_AppName__",
        "default_popup": "popup.html"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top