Password Revealer

Reveals the value of all password fields on the current page. Great for trying to remember what your password is.

What is Password Revealer?

Password Revealer is a Chrome extension developed by Joel Saupe, and its main feature is "Reveals the value of all password fields on the current page. Great for trying to remember what your password is.".

Extension Screenshots

screenshot

Download Password Revealer Extension CRX File

Download Password Revealer 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

                        Password Revealer will reveal the text behind the hidden password fields. This is great if you always forget what your password is and you can't remember what all those '*******' mean.                    

Extension Basic Information

Name Password Revealer Password Revealer
ID ciimjfgcajblmnjlcgopeflnjdknekkd
Official URL https://chromewebstore.google.com/detail/password-revealer/ciimjfgcajblmnjlcgopeflnjdknekkd
Description Reveals the value of all password fields on the current page. Great for trying to remember what your password is.
File Size 7.7 KB
Installation Count 11,999
Current Version 1.0
Last Updated 2015-11-16
Publish Date 2015-11-16
Rating 4.10/5 Total 20 Ratings
Developer Joel Saupe
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Revealer",
    "description": "Reveals the value of all password fields on the current page. Great for trying to remember what your password is.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "unlock-icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}