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", "manifest_version": 3, "version": "1.0.0", "name": "Auto Delete Cookies", "description": "Activate the extension to auto delete cookies and protect your privacy effortlessly.", "icons": { "16": "icons\/ICON16.png", "32": "icons\/ICON32.png", "64": "icons\/ICON64.png" }, "background": { "service_worker": "background\/background.js" }, "action": { "default_popup": "popup\/popup.html" }, "permissions": [ "cookies", "tabs", "notifications" ], "host_permissions": [ "<all_urls>" ] }