SQL Injection Tester Firefox

Examine source code of SQL Injection Tester

Inspect and view changes in SQL Injection Tester source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SQL Injection Tester Pro",
  "version": "3.1.2",
  "description": "Advanced SQL injection testing tool with automatic clipboard functionality and smart payload management",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "clipboardWrite",
    "storage",
    "<all_urls>",
    "tabs"
  ],
  "background": {
    "scripts": [
      "payloads.js",
      "main.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "SQL Injection Tester Pro"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "payloads.js",
        "main.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "icons/*.png"
  ],
  "applications": {
    "gecko": {
      "id": "sqltester@sql-injection-tester.netlify.app",
      "strict_min_version": "109.0"
    }
  },
  "homepage_url": "https://sql-injection-tester.netlify.app/"
}

Best SQL Injection Tester Alternatives

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