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": "0.5.2", "name": "CORS Unblock", "description": "__MSG_description__", "default_locale": "en", "permissions": [ "storage", "declarativeNetRequest", "debugger" ], "host_permissions": [ "<all_urls>" ], "icons": { "16": "\/data\/icons\/disabled\/16.png", "32": "\/data\/icons\/disabled\/32.png", "48": "\/data\/icons\/disabled\/48.png", "64": "\/data\/icons\/disabled\/64.png", "128": "\/data\/icons\/disabled\/128.png", "256": "\/data\/icons\/disabled\/256.png", "512": "\/data\/icons\/disabled\/512.png" }, "homepage_url": "https:\/\/webextension.org\/listing\/access-control.html", "action": [], "background": { "service_worker": "worker.js" } }