Form Auto-Fill Tool Firefox

Examine source code of Form Auto-Fill Tool

Inspect and view changes in Form Auto-Fill Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Form Auto-Fill Tool",
  "version": "1.3",
  "description": "Automatically fill out web forms using saved user data.",
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f166fcdd-d7e0-476f-8938-e4d4171a7577}"
    }
  }
}

Best Form Auto-Fill Tool Alternatives

Here are some Firefox add-ons that are similar to Form Auto-Fill Tool: