Input Type Text

Display all passwords in clear text.

Cos'è Input Type Text?

Input Type Text è un'estensione di Chrome sviluppata da cmmn.nighthawk, e la sua funzione principale è "Display all passwords in clear text.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Input Type Text

Scarica i file di estensione Input Type Text in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Input Type Text Input Type Text
ID dnfamnagdaammiaggdgmpgmnbckciidg
URL Ufficiale https://chromewebstore.google.com/detail/input-type-text/dnfamnagdaammiaggdgmpgmnbckciidg
Descrizione Display all passwords in clear text.
Dimensione del File 3.18 KB
Conteggio Installazioni 57
Versione Corrente 0.4
Ultimo Aggiornamento 2016-06-04
Data di Pubblicazione 2016-06-03
Sviluppatore cmmn.nighthawk
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}