Show password

Ability to show passwords in input fields!

What is Show password?

Show password is a Chrome extension developed by https://zerfl.com, and its main feature is "Ability to show passwords in input fields!".

Extension Screenshots

screenshot

Download Show password Extension CRX File

Download Show password 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

                        Unmask all password fields on any site!

Version 1.01:
* Fixed error when using the "Show password" button multiple times                    

Extension Basic Information

Name Show password Show password
ID bhdnhgkhmoeacgcfkokmoidaedlblgho
Official URL https://chromewebstore.google.com/detail/show-password/bhdnhgkhmoeacgcfkokmoidaedlblgho
Description Ability to show passwords in input fields!
File Size 12.84 KB
Installation Count 1,824
Current Version 1.01
Last Updated 2018-12-30
Publish Date 2018-12-30
Rating 5.00/5 Total 3 Ratings
Developer https://zerfl.com
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show password",
    "version": "1.01",
    "description": "Ability to show passwords in input fields!",
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "96": "icon96.png",
        "128": "icon128.png"
    }
}