Cross-Origin Resource Check Firefox

Examine source code of Cross-Origin Resource Check

Inspect and view changes in Cross-Origin Resource Check source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Cross-Origin Resource Check",
  "version": "1.0",
  "description": "Detect and list cross-origin resources used in the current webpage.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Check Cross-Origin Resources",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{daa169ee-e59a-4681-ad52-27f3c22faaa6}"
    }
  }
}

Best Cross-Origin Resource Check Alternatives

Here are some Firefox add-ons that are similar to Cross-Origin Resource Check: