SQL Injection Finder Firefox

Examine source code of SQL Injection Finder

Inspect and view changes in SQL Injection Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SQL Injection Finder",
  "version": "1.0",
  "description": "Detect potential SQL injection vectors in URL and input fields.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Scan for SQL Injection",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a05a5261-68ec-44ae-82c7-19bfedd1baf3}"
    }
  }
}

Best SQL Injection Finder Alternatives

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