CORS for Me Firefox

Examine source code of CORS for Me

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: