XSS Finder Firefox

Examine source code of XSS Finder

Inspect and view changes in XSS Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "XSS Finder",
  "version": "1.0",
  "description": "Detect potential XSS injection points in the current web page.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Find XSS Vectors",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b437a5f4-a180-4fa4-9448-20c14d3bd636}"
    }
  }
}

Best XSS Finder Alternatives

Here are some Firefox add-ons that are similar to XSS Finder: