cors-plugin Firefox

Examine source code of cors-plugin

Inspect and view changes in cors-plugin source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "cors-plugin",
  "version": "1.1resigned1",
  "description": "A simple cors plugin",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "off.png",
    "default_title": "CORS-Plugin",
    "default_popup": "index.html"
  },
  "web_accessible_resources": [
    "on.png",
    "off.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{283b9003-8489-40fd-b212-7928d827513e}"
    }
  }
}

Best cors-plugin Alternatives

Here are some Firefox add-ons that are similar to cors-plugin: