AutoComplete Me

Prevents web pages from disabling autocomplete.

What is AutoComplete Me?

AutoComplete Me is a Chrome extension developed by Andy Martone, and its main feature is "Prevents web pages from disabling autocomplete.".

Download AutoComplete Me Extension CRX File

Download AutoComplete Me extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Are you sick of web pages from disabling autocomplete on forms, forcing you to reenter your address, email, credit card information, etcetera by hand every time? I was too, that's why I wrote this.

Source available here: https://github.com/martone/autocompleteme                    

Extension Basic Information

Name AutoComplete Me AutoComplete Me
ID pegadcfjlphkihmonbndbbmblemeihlj
Official URL https://chrome.google.com/webstore/detail/autocomplete-me/pegadcfjlphkihmonbndbbmblemeihlj
Description Prevents web pages from disabling autocomplete.
File Size 11.73 KB
Installation Count 44
Current Version 1.0.1
Last Updated 2014-05-15
Publish Date 2014-05-15
Rating 3.00/5 Total 2 Ratings
Developer Andy Martone
Payment Type free
Supported Languages en-US
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": [
                ""
            ],
            "js": [
                "autocompleteme.js"
            ],
            "all_frames": true
        }
    ]
}