AcON
Enable autocomplete on all elements in all forms in all frames.
Wat is AcON?
AcON is een Chrome-extensie ontwikkeld door Ariesgeek, en de belangrijkste functie is "Enable autocomplete on all elements in all forms in all frames.".
Extensie Screenshots
Download het CRX-bestand van de extensie AcON
Download AcON-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hgomhdjjeblgoojjdiceliecfifgaiab |
Officiële URL | https://chrome.google.com/webstore/detail/acon/hgomhdjjeblgoojjdiceliecfifgaiab |
Beschrijving | Enable autocomplete on all elements in all forms in all frames. |
Bestandsgrootte | 10.78 KB |
Aantal Installaties | 73 |
Huidige Versie | 1.0.0.0 |
Laatst Bijgewerkt | 2015-11-14 |
Publicatiedatum | 2015-11-14 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Ariesgeek |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |