AcON

Enable autocomplete on all elements in all forms in all frames.

What is AcON?

AcON is a Chrome extension developed by Ariesgeek, and its main feature is "Enable autocomplete on all elements in all forms in all frames.".

Extension Screenshots

screenshot

Download AcON Extension CRX File

Download AcON 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

                        Like many others, this un-assholes websites by finding all attempts to disable autocomplete and undoing those attempts.  Unlike others, this one not only checks all form attributes and all form element attributes, but it also makes sure that ALL forms and form elements are checked -- even those in frames that are inside frames that are inside frames, etc.                    

Extension Basic Information

Name AcON AcON
ID hgomhdjjeblgoojjdiceliecfifgaiab
Official URL https://chrome.google.com/webstore/detail/acon/hgomhdjjeblgoojjdiceliecfifgaiab
Description Enable autocomplete on all elements in all forms in all frames.
File Size 10.78 KB
Installation Count 73
Current Version 1.0.0.0
Last Updated 2015-11-14
Publish Date 2015-11-14
Rating 5.00/5 Total 1 Ratings
Developer Ariesgeek
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "acon.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "AcON",
    "short_name": "AcON",
    "description": "Enable autocomplete on all elements in all forms in all frames.",
    "version": "1.0.0.0"
}