Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cookie Delete for Chrome ", "version": "1.0", "description": "Use this extension to auto-delete cookies instantly when you close a tab for better privacy ", "permissions": [ "tabs", "cookies", "storage", "sessions", "notifications" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon-off.png", "48": "icon-off.png", "128": "icon-off.png" }, "default_title": "Toggle Cookie Remover" }, "icons": { "16": "icon-on.png", "48": "icon-on.png", "128": "icon-on.png" } }