Starting analysis...
https://mail.google.com/mail/u/0/#inbox | https://drive.google.com/drive/my-drive | |
https://clients2.google.com/service/update2/crx | https://webextension.org/listing/access-control.html | |
https://webbrowsertools.com/test-cors/ | https://www.youtube.com/watch?v=8berLeTjKDM |
{ "name": "CORS Unblock", "icons": { "16": "/data/icons/16.png", "32": "/data/icons/32.png", "48": "/data/icons/48.png", "64": "/data/icons/64.png", "128": "/data/icons/128.png", "256": "/data/icons/256.png", "512": "/data/icons/512.png" }, "version": "0.3.8", "background": { "scripts": [ "worker.js", "context.js", "v2.js" ] }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_description__", "permissions": [ "storage", "<all_urls>", "webRequest", "webRequestBlocking", "declarativeNetRequest", "contextMenus", "debugger" ], "homepage_url": "https://webextension.org/listing/access-control.html", "browser_action": {}, "default_locale": "en", "manifest_version": 2, "declarative_net_request": { "rule_resources": [ { "id": "x-frame", "path": "rulesets/x-frame.json", "enabled": false }, { "id": "overwrite-origin", "path": "rulesets/overwrite-origin.json", "enabled": false }, { "id": "allow-credentials", "path": "rulesets/allow-credentials.json", "enabled": false }, { "id": "allow-headers", "path": "rulesets/allow-headers.json", "enabled": false }, { "id": "referer", "path": "rulesets/referer.json", "enabled": false }, { "id": "csp", "path": "rulesets/csp.json", "enabled": false }, { "id": "allow-shared-array-buffer", "path": "rulesets/allow-shared-array-buffer.json", "enabled": false } ] } }