Input Type Text

Display all passwords in clear text.

O que é Input Type Text?

Input Type Text é uma extensão do Chrome desenvolvida por cmmn.nighthawk, e sua principal característica é "Display all passwords in clear text.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Input Type Text

Baixe arquivos de extensão Input Type Text 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

                        The idea for this app was originally conceived of, somewhat mischievously, as a way to teach a lesson about web security to people that store their passwords in the browser.

But hopefully it can be helpful for other use cases!                    

Informações Básicas da Extensão

Nome Input Type Text Input Type Text
ID dnfamnagdaammiaggdgmpgmnbckciidg
URL Oficial https://chromewebstore.google.com/detail/input-type-text/dnfamnagdaammiaggdgmpgmnbckciidg
Descrição Display all passwords in clear text.
Tamanho do Arquivo 3.18 KB
Contagem de Instalações 57
Versão Atual 0.4
Última Atualização 2016-06-04
Data de Publicação 2016-06-03
Desenvolvedor cmmn.nighthawk
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Input Type Text",
    "description": "Display all passwords in clear text.",
    "version": "0.4",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "js.js"
            ]
        }
    ]
}