WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Stardust Cookie Cutter

Stardust Cookie Cutter

View on Chrome Web Store
View Stardust Cookie Cutter Chrome Extension on Chrome Web Store
Add to bookmarks
3.8 (11 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Stardust Cookie Cutter removes almost all cookie popups and applies your consent preferences
Type
Extension
Users
1,000 users
1K
developer
View author page of developer
Published
Published on March 7, 2021
Version 1.2.0
Manifest version
2
Updated
Updated on April 17, 2022
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Stardust Cookie Cutter Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stardust Cookie Cutter",
    "description": "Stardust Cookie Cutter removes almost all cookie popups and applies your consent preferences",
    "version": "1.2.0",
    "permissions": [
        "cookies",
        "activeTab",
        "<all_urls>",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "initial_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_popup": "main_screen.html",
        "default_title": "Stardust"
    },
    "icons": {
        "16": "extension_icons\/icon16.png",
        "48": "extension_icons\/icon48.png",
        "128": "extension_icons\/icon128.png"
    },
    "manifest_version": 2
}
© 2025 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