Password De-Masker

This extension changes all password textboxes into normal textboxes... be safe folks ;-)

What is Password De-Masker?

Password De-Masker is a Chrome extension developed by Ross Dargan, and its main feature is "This extension changes all password textboxes into normal textboxes... be safe folks ;-)".

Download Password De-Masker Extension CRX File

Download Password De-Masker 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

                        This extension converts all password textboxes into normal textboxes. It's based on an article Matt Baxter-Reynolds posted here: http://www.zdnet.com/we-need-to-stop-masking-passwords-7000020894/?utm_source=buffer&utm_medium=twitter&utm_campaign=Buffer

Personally I think masking is a good idea, but here is a chance to see for yourself!

Please note Lastpass must be disabled otherwise you will still see hashed passwords.                    

Extension Basic Information

Name Password De-Masker Password De-Masker
ID npkhmjmjaoaipkjdflknplfpmhcfdlpb
Official URL https://chrome.google.com/webstore/detail/password-de-masker/npkhmjmjaoaipkjdflknplfpmhcfdlpb
Description This extension changes all password textboxes into normal textboxes... be safe folks ;-)
File Size 3.41 KB
Installation Count 77
Current Version 1.0
Last Updated 2013-09-19
Publish Date 2013-09-19
Rating 4.80/5 Total 5 Ratings
Developer Ross Dargan
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password De-Masker",
    "description": "This extension changes all password textboxes into normal textboxes... be safe folks ;-)",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}