Form Filler Plus Firefox

Examine source code of Form Filler Plus

Inspect and view changes in Form Filler Plus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Form Filler Plus",
  "version": "1.0",
  "description": "Lightweight form auto‑filler to quickly insert saved text into form fields.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Form Filler Plus",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "formfillerplus@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Form Filler Plus Alternatives

Here are some Firefox add-ons that are similar to Form Filler Plus: