Input Type Text

Display all passwords in clear text.

What is Input Type Text?

Input Type Text is a Chrome extension developed by cmmn.nighthawk, and its main feature is "Display all passwords in clear text.".

Extension Screenshots

screenshot

Download Input Type Text Extension CRX File

Download Input Type Text extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Input Type Text Input Type Text
ID dnfamnagdaammiaggdgmpgmnbckciidg
Official URL https://chromewebstore.google.com/detail/input-type-text/dnfamnagdaammiaggdgmpgmnbckciidg
Description Display all passwords in clear text.
File Size 3.18 KB
Installation Count 57
Current Version 0.4
Last Updated 2016-06-04
Publish Date 2016-06-03
Developer cmmn.nighthawk
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}