Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cookie Helper", "description": "More privacy, better browsing", "version": "0.1.1", "default_locale": "en", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "cookies", "browsingData", "storage", "nativeMessaging" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "64": "icons\/icon64.png" }, "default_title": "Cookie", "default_popup": "action\/index.html" } }