Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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 }