Input Type Text

Display all passwords in clear text.

Qu'est-ce que Input Type Text ?

Input Type Text est une extension Chrome développée par cmmn.nighthawk, et sa fonction principale est "Display all passwords in clear text.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Input Type Text

Téléchargez les fichiers d'extension Input Type Text au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Input Type Text Input Type Text
ID dnfamnagdaammiaggdgmpgmnbckciidg
URL Officiel https://chromewebstore.google.com/detail/input-type-text/dnfamnagdaammiaggdgmpgmnbckciidg
Description Display all passwords in clear text.
Taille du Fichier 3.18 KB
Nombre d'Installations 57
Version Actuelle 0.4
Dernière Mise à Jour 2016-06-04
Date de Publication 2016-06-03
Développeur cmmn.nighthawk
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}