AcON
Enable autocomplete on all elements in all forms in all frames.
Cos'è AcON?
AcON è un'estensione di Chrome sviluppata da Ariesgeek, e la sua funzione principale è "Enable autocomplete on all elements in all forms in all frames.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AcON
Scarica i file di estensione AcON in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | hgomhdjjeblgoojjdiceliecfifgaiab |
URL Ufficiale | https://chrome.google.com/webstore/detail/acon/hgomhdjjeblgoojjdiceliecfifgaiab |
Descrizione | Enable autocomplete on all elements in all forms in all frames. |
Dimensione del File | 10.78 KB |
Conteggio Installazioni | 73 |
Versione Corrente | 1.0.0.0 |
Ultimo Aggiornamento | 2015-11-14 |
Data di Pubblicazione | 2015-11-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Ariesgeek |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |