WebExtension.net
WebExtension.net

Accept all cookies

View on Chrome Web Store
View Accept all cookies Chrome Extension on Chrome Web Store
4.6 (297 ratings)

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

Accepts necessary cookie policies for smooth website navigation, without deleting cookies.
Type
Extension
Users
300,000 users
Goodbye Cookies
View author page of Goodbye Cookies
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 1, 2022
Version 1.0.3
Manifest version
3
Updated
Updated on May 31, 2024
View on Chrome Web Store
View Accept all cookies Chrome Extension on Chrome Web Store
make_chrome_yours/functionality
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.0.3",
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "declarativeNetRequestWithHostAccess",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "assets\/js\/bg.js",
        "type": "module"
    },
    "options_ui": {
        "page": "assets\/settings.html"
    },
    "action": {
        "default_popup": "assets\/popup\/popup.html",
        "default_icon": {
            "16": "assets\/icons\/16.png",
            "32": "assets\/icons\/32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}
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