Input Type Text

Display all passwords in clear text.

Co to jest Input Type Text?

Input Type Text to rozszerzenie Chrome opracowane przez cmmn.nighthawk, a jego główną funkcją jest „Display all passwords in clear text.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Input Type Text

Pobierz pliki rozszerzeń Input Type Text w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Input Type Text Input Type Text
ID dnfamnagdaammiaggdgmpgmnbckciidg
Oficjalny URL https://chromewebstore.google.com/detail/input-type-text/dnfamnagdaammiaggdgmpgmnbckciidg
Opis Display all passwords in clear text.
Rozmiar pliku 3.18 KB
Liczba instalacji 57
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2016-06-04
Data Publikacji 2016-06-03
Deweloper cmmn.nighthawk
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}