By: yobukodori
Inspect and view changes in CORS for Me source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "CORS for Me",
"version": "0.3.8",
"author": "yobukodori",
"description": "Allow cross-domain xhr request by adding CORS headers to response.",
"icons": {
"48": "icons/icon-48.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"storage",
"<all_urls>"
],
"background": {
"scripts": [
"util.js",
"background.js"
]
},
"browser_action": {
"default_title": "CORS for Me",
"default_popup": "popup.html",
"default_icon": {
"48": "icons/button-48-off.png"
}
},
"options_ui": {
"page": "options.html",
"browser_style": true,
"open_in_tab": true
},
"browser_specific_settings": {
"gecko": {
"id": "cors-for-me@yobukodori"
}
}
} Best CORS for Me Alternatives
Here are some Firefox add-ons that are similar to CORS for Me:
CORS Everywhere
spenibus
Moesif Origin & CORS Changer
Moesif
Cross Domain - CORS
Mai Tan
CORS Unblock
Balvin
Allow CORS: Access-Control-Allow-Origin
Muyor
CORS Unbound
yobukodori
I know what I'm doing
Vojtěch Fošnár
Custom CORS Control
tartpvule
CORS Unlocker
Saiya
Corsify
Tushar Arora