CSRF spotter Firefox

Examine source code of CSRF spotter

By: Malm
Inspect and view changes in CSRF spotter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CSRF spotter",
  "version": "1.0",
  "description": "Find potential CSRF vulnerabilities",
  "icons": {
    "48": "icons/csrf.svg",
    "96": "icons/csrf.svg"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/csrf.svg",
    "default_title": "CSRF spotter",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "csrf.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best CSRF spotter Alternatives

Here are some Firefox add-ons that are similar to CSRF spotter: