Unlock Field Limits
Enabled all field, Remove 'Max Length' of field
O que é Unlock Field Limits?
Unlock Field Limits é uma extensão do Chrome desenvolvida por Mario Gosparini, e sua principal característica é "Enabled all field, Remove 'Max Length' of field".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Unlock Field Limits
Baixe arquivos de extensão Unlock Field Limits 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
This plugin remove every restriction on fields automatically (MaxLength, Disabled, ...). The plugin will change the background & color of fields modified (to inform user)
Informações Básicas da Extensão
Nome | |
ID | mefkndenjaobjhlpnknaffnbgakobclb |
URL Oficial | https://chrome.google.com/webstore/detail/unlock-field-limits/mefkndenjaobjhlpnknaffnbgakobclb |
Descrição | Enabled all field, Remove 'Max Length' of field |
Tamanho do Arquivo | 6.03 KB |
Contagem de Instalações | 75 |
Versão Atual | 2.8 |
Última Atualização | 2015-09-29 |
Data de Publicação | 2015-09-29 |
Desenvolvedor | Mario Gosparini |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Mario Gosparini", "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Enabled all field, Remove 'Max Length' of field", "browser_action": { "default_icon": { "128": "icon.png", "16": "icon.png", "48": "icon48.png", "32": "icon.png", "64": "icon64.png", "19": "icon.png" } }, "content_scripts": [ { "js": [ "hack.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "manifest_version": 2, "name": "Unlock Field Limits", "permissions": [ "cookies", "tabs" ], "version": "2.8" } |