CORS Unbound Firefox

Examine source code of CORS Unbound

Inspect and view changes in CORS Unbound source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CORS Unbound",
  "version": "1.0.1",
  "author": "yobukodori",
  "description": "Bypass CORS and rewrite HTTP headers directly in the browser.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "util.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "CORS Unbound",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/button-48-off.png",
      "96": "icons/icon-96.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "cors-unbound@yobukodori",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best CORS Unbound Alternatives

Here are some Firefox add-ons that are similar to CORS Unbound: