SQL Injection Scanner Firefox

Examine source code of SQL Injection Scanner

Inspect and view changes in SQL Injection Scanner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SQL Injection Scanner",
  "version": "1.1",
  "description": "A Mozilla extension to scan for potential SQL Injection vulnerabilities on websites.",
  "permissions": [
    "activeTab",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "icons": {
    "64": "icons/logo_64.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{32f4714e-0e01-4909-ad96-201f8443c1e5}"
    }
  }
}

Best SQL Injection Scanner Alternatives

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