AutoComplete Me

AutoComplete Me

Prevents web pages from disabling autocomplete.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AutoComplete Me",
  "description": "Prevents web pages from disabling autocomplete.",
  "version": "1.0.1",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "autocompleteme.js"
      ],
      "all_frames": true
    }
  ]
}