Form Autofill Blocker Firefox

Examine source code of Form Autofill Blocker

Inspect and view changes in Form Autofill Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Form Autofill Blocker",
  "version": "1.0",
  "description": "Blocks suspicious forms from being auto-filled.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "blocker.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{07bfeca7-5aec-4bd0-918c-9080da0b8ed1}"
    }
  }
}

Best Form Autofill Blocker Alternatives

Here are some Firefox add-ons that are similar to Form Autofill Blocker: