Input Type Text

Display all passwords in clear text.

Co je Input Type Text?

Input Type Text je rozšíření Chrome vyvinuté cmmn.nighthawk, a jeho hlavní funkcí je „Display all passwords in clear text.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Input Type Text

Stáhněte si soubory rozšíření Input Type Text ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Input Type Text Input Type Text
ID dnfamnagdaammiaggdgmpgmnbckciidg
Oficiální URL https://chromewebstore.google.com/detail/input-type-text/dnfamnagdaammiaggdgmpgmnbckciidg
Popis Display all passwords in clear text.
Velikost souboru 3.18 KB
Počet instalací 57
Aktuální Verze 0.4
Poslední Aktualizace 2016-06-04
Datum Vydání 2016-06-03
Vývojář cmmn.nighthawk
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}