FormFiller Firefox

Examine source code of FormFiller

Inspect and view changes in FormFiller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Auto-completing HTML forms with random data",
  "manifest_version": 2,
  "name": "FormFiller",
  "version": "1.1",
  "browser_action": {
    "default_icon": {
      "32": "icons/check.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "form-filler.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background-handler.js"
    ]
  }
}

Best FormFiller Alternatives

Here are some Firefox add-ons that are similar to FormFiller: