Custom CORS Control Firefox

Examine source code of Custom CORS Control

Inspect and view changes in Custom CORS Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "custom-cors-control@tartpvule.localhost",
      "strict_min_version": "57.0"
    }
  },
  "author": "tartpvule",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Advanced user control for CORS",
  "manifest_version": 2,
  "name": "Custom CORS Control",
  "options_ui": {
    "browser_style": true,
    "page": "options.html"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "short_name": "CCC",
  "version": "0.2"
}

Best Custom CORS Control Alternatives

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