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, "name": "Cisdem Cookies Helper", "description": "Help you save and read cookies.txt", "version": "0.5.8", "icons": { "16": "icon16x16.png", "32": "icon32x32.png", "48": "icon64x64.png" }, "permissions": [ "cookies", "downloads", "nativeMessaging" ], "host_permissions": [ "<all_urls>" ], "action": { "default_icon": { "16": "icon16x16.png", "32": "icon32x32.png", "48": "icon64x64.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "bg.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "popup.js" ] } ] }