AcON
Enable autocomplete on all elements in all forms in all frames.
Vad är AcON?
AcON är en Chrome-tillägg utvecklad av Ariesgeek, och dess huvudfunktion är "Enable autocomplete on all elements in all forms in all frames.".
Tilläggsskärmbilder
Ladda ner AcON-förlängningens CRX-fil
Ladda ner AcON-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | hgomhdjjeblgoojjdiceliecfifgaiab |
Officiell webbadress | https://chrome.google.com/webstore/detail/acon/hgomhdjjeblgoojjdiceliecfifgaiab |
Beskrivning | Enable autocomplete on all elements in all forms in all frames. |
Filstorlek | 10.78 KB |
Antal Installationer | 73 |
Aktuell Version | 1.0.0.0 |
Senast Uppdaterad | 2015-11-14 |
Publiceringsdatum | 2015-11-14 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Ariesgeek |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |