Password Reveal

One click password reveal. Just click the icon and any password that is hidden will become legible text.

What is Password Reveal?

Password Reveal is a Chrome extension developed by https://suarezluis.com, and its main feature is "One click password reveal. Just click the icon and any password that is hidden will become legible text.".

Extension Screenshots

screenshot
screenshot

Download Password Reveal Extension CRX File

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

                        One click password reveal. Just click the icon and any password that is hidden will become legible text.                    

Extension Basic Information

Name Password Reveal Password Reveal
ID kpcgjgigligdgoapongfjlcclhfelccn
Official URL https://chromewebstore.google.com/detail/password-reveal/kpcgjgigligdgoapongfjlcclhfelccn
Description One click password reveal. Just click the icon and any password that is hidden will become legible text.
File Size 7.59 KB
Installation Count 815
Current Version 1.0
Last Updated 2019-01-08
Publish Date 2019-01-07
Rating 5.00/5 Total 3 Ratings
Developer https://suarezluis.com
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Reveal",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}