AcON
Enable autocomplete on all elements in all forms in all frames.
O que é AcON?
AcON é uma extensão do Chrome desenvolvida por Ariesgeek, e sua principal característica é "Enable autocomplete on all elements in all forms in all frames.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AcON
Baixe arquivos de extensão AcON no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | hgomhdjjeblgoojjdiceliecfifgaiab |
URL Oficial | https://chrome.google.com/webstore/detail/acon/hgomhdjjeblgoojjdiceliecfifgaiab |
Descrição | Enable autocomplete on all elements in all forms in all frames. |
Tamanho do Arquivo | 10.78 KB |
Contagem de Instalações | 73 |
Versão Atual | 1.0.0.0 |
Última Atualização | 2015-11-14 |
Data de Publicação | 2015-11-14 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Ariesgeek |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |