AcON
Enable autocomplete on all elements in all forms in all frames.
Qu'est-ce que AcON ?
AcON est une extension Chrome développée par Ariesgeek, et sa fonction principale est "Enable autocomplete on all elements in all forms in all frames.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AcON
Téléchargez les fichiers d'extension AcON au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | hgomhdjjeblgoojjdiceliecfifgaiab |
URL Officiel | https://chrome.google.com/webstore/detail/acon/hgomhdjjeblgoojjdiceliecfifgaiab |
Description | Enable autocomplete on all elements in all forms in all frames. |
Taille du Fichier | 10.78 KB |
Nombre d'Installations | 73 |
Version Actuelle | 1.0.0.0 |
Dernière Mise à Jour | 2015-11-14 |
Date de Publication | 2015-11-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Ariesgeek |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |