AcON
Enable autocomplete on all elements in all forms in all frames.
Co je AcON?
AcON je rozšíření Chrome vyvinuté Ariesgeek, a jeho hlavní funkcí je „Enable autocomplete on all elements in all forms in all frames.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření AcON
Stáhněte si soubory rozšíření AcON ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | hgomhdjjeblgoojjdiceliecfifgaiab |
Oficiální URL | https://chrome.google.com/webstore/detail/acon/hgomhdjjeblgoojjdiceliecfifgaiab |
Popis | Enable autocomplete on all elements in all forms in all frames. |
Velikost souboru | 10.78 KB |
Počet instalací | 73 |
Aktuální Verze | 1.0.0.0 |
Poslední Aktualizace | 2015-11-14 |
Datum Vydání | 2015-11-14 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Ariesgeek |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } |