Stardust Cookie Cutter

Stardust Cookie Cutter removes almost all cookie popups and applies your consent preferences

What is Stardust Cookie Cutter?

Stardust Cookie Cutter is a Chrome extension developed by https://stardustnetwork.com, and its main feature is "Stardust Cookie Cutter removes almost all cookie popups and applies your consent preferences".

Extension Screenshots

screenshot
screenshot
screenshot

Download Stardust Cookie Cutter Extension CRX File

Download Stardust Cookie Cutter 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

                        Forget cookie pop-ups but with all privacy intact.

Stardust’s mission is to start a global movement around giving people control over their personal data. The Cookie Cutter is a browser extension that allows full control of web tracking preferences.

If you want to help us then get the extension and invite your friends! The extension is free so please consider donating on our website:
www.stardustnetwork.com

Also available on iPhones (iOS 15+) and other major browsers.

Additional info: We do not collect any personal data. The permissions for this extension to read website content is needed to close pop-ups, however, no such information ever leaves your computer!                    

Extension Basic Information

Name Stardust Cookie Cutter Stardust Cookie Cutter
ID knliaomflpbgdhnlhomjmmoahdfhnhae
Official URL https://chromewebstore.google.com/detail/stardust-cookie-cutter/knliaomflpbgdhnlhomjmmoahdfhnhae
Description Stardust Cookie Cutter removes almost all cookie popups and applies your consent preferences
File Size 2.49 MB
Installation Count 2,797
Current Version 1.2.0
Last Updated 2022-04-17
Publish Date 2021-03-28
Rating 4.00/5 Total 10 Ratings
Developer https://stardustnetwork.com
Email [email protected]
Payment Type free
Extension Website https://www.stardustnetwork.com
Supported Languages en-GB
manifest.json
{
    "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",
        "",
        "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
}