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": "CORS Unblocker", "version": "1.0", "description": "Temporarily bypass CORS restrictions to streamline development and testing workflows.", "permissions": [ "storage", "declarativeNetRequest", "declarativeNetRequestFeedback" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "ui\/popup.html", "default_icon": { "16": "assets\/icons\/icon-on-16.png", "48": "assets\/icons\/icon-on-48.png", "128": "assets\/icons\/icon-on-128.png" } }, "icons": { "16": "assets\/icons\/icon-on-16.png", "48": "assets\/icons\/icon-on-48.png", "128": "assets\/icons\/icon-on-128.png" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": false, "path": "config\/rules.json" } ] } }