Autocomplete Enabler

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Autocomplete Enabler",
  "version": "1.0",
  "permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}