Input Type Text

Display all passwords in clear text.

Wat is Input Type Text?

Input Type Text is een Chrome-extensie ontwikkeld door cmmn.nighthawk, en de belangrijkste functie is "Display all passwords in clear text.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Input Type Text

Download Input Type Text-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Input Type Text Input Type Text
ID dnfamnagdaammiaggdgmpgmnbckciidg
Officiële URL https://chromewebstore.google.com/detail/input-type-text/dnfamnagdaammiaggdgmpgmnbckciidg
Beschrijving Display all passwords in clear text.
Bestandsgrootte 3.18 KB
Aantal Installaties 57
Huidige Versie 0.4
Laatst Bijgewerkt 2016-06-04
Publicatiedatum 2016-06-03
Ontwikkelaar cmmn.nighthawk
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}