Autocomplete Enabler

Autocomplete Enabler is a robust Firefox addon designed to enhance your browsing experience by enabling autocomplete functionality across various input fields. This feature streamlines and accelerates the typing process
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Autocomplete Enabler",
  "version": "1.0",
  "permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "autofill-enabler@example.com"
    }
  }
}