Input Type Text

Display all passwords in clear text.

Hvad er Input Type Text?

Input Type Text er en Chrome-udvidelse udviklet af cmmn.nighthawk, og dens hovedfunktion er "Display all passwords in clear text.".

Udvidelsesskærmbilleder

screenshot

Download Input Type Text-udvidelses-CRX-fil

Download Input Type Text-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Input Type Text Input Type Text
ID dnfamnagdaammiaggdgmpgmnbckciidg
Officiel URL https://chromewebstore.google.com/detail/input-type-text/dnfamnagdaammiaggdgmpgmnbckciidg
Beskrivelse Display all passwords in clear text.
Filstørrelse 3.18 KB
Antal Installationer 57
Nuværende Version 0.4
Senest Opdateret 2016-06-04
Udgivelsesdato 2016-06-03
Udvikler cmmn.nighthawk
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}