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", "name": "Cookie Editor and Storage Manager", "description": "View, Edit and delete your current tab cookie and storage(Formerly Cookie viewer)", "version": "7.1", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Cookie and storage manager" }, "icons": { "16": "icons\/16-cookie.png", "32": "icons\/32-cookie.png", "48": "icons\/48-cookie.png", "128": "icons\/128-cookie.png" }, "permissions": [ "activeTab", "cookies", "storage", "scripting" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" }, "incognito": "split" }