XSS Finder ext Firefox

Examine source code of XSS Finder ext

Inspect and view changes in XSS Finder ext 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.0",
  "description": "Client-side, read-only detector for common XSS risk indicators: unsafe inline JS, reflected params, javascript: URLs, lax CSP, and more.",
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus",
    "storage",
    "<all_urls>",
    "webRequest"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "XSS Finder",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "xss-finder@example.com",
      "strict_min_version": "102.0"
    }
  }
}

Best XSS Finder ext Alternatives

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