Password Revealer

Make the masked password readable

What is Password Revealer?

Password Revealer is a Chrome extension developed by jiaqiguo.jacky, and its main feature is "Make the masked password readable".

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

                        Reveals the masked password so it's readable.                    

Extension Basic Information

Name Password Revealer Password Revealer
ID ogoaogeggfblcfhlhilpbmedilcalpio
Official URL https://chrome.google.com/webstore/detail/ogoaogeggfblcfhlhilpbmedilcalpio
Description Make the masked password readable
File Size 34.46 KB
Installation Count 31
Current Version 1.0
Last Updated 2017-10-17
Publish Date 2017-10-17
Rating 5.00/5 Total 2 Ratings
Developer jiaqiguo.jacky
Payment Type free
Extension Website http://jackysolutions.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Revealer",
    "description": "Make the masked password readable",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "revealPassword.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Make the masked password readable",
        "default_icon": "p.png"
    },
    "manifest_version": 2
}