AcON
Enable autocomplete on all elements in all forms in all frames.
Was ist AcON?
AcON ist eine Chrome-Erweiterung, die von Ariesgeek entwickelt wurde, und ihr Hauptmerkmal ist "Enable autocomplete on all elements in all forms in all frames.".
Erweiterungsscreenshots
AcON-Erweiterungs-CRX-Datei herunterladen
Laden Sie AcON-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hgomhdjjeblgoojjdiceliecfifgaiab |
Offizielle URL | https://chrome.google.com/webstore/detail/acon/hgomhdjjeblgoojjdiceliecfifgaiab |
Beschreibung | Enable autocomplete on all elements in all forms in all frames. |
Dateigröße | 10.78 KB |
Installationsanzahl | 73 |
Aktuelle Version | 1.0.0.0 |
Letztes Update | 2015-11-14 |
Veröffentlichungsdatum | 2015-11-14 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Ariesgeek |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |