Show Pass

Show Pass

What is Show Pass?

Show Pass is a Chrome extension developed by JOLT, and its main feature is "Show Pass".

Extension Screenshots

Download Show Pass Extension CRX File

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

                        Simple plugin to show your hidden passwords in chrome. 

Does not store or record any of your browsing activity.

Feel free to checkout my other free plugins.                    

Extension Basic Information

Name Show Pass Show Pass
ID cdeaghjhkddplfcnkainahojdkenooee
Official URL https://chrome.google.com/webstore/detail/show-pass/cdeaghjhkddplfcnkainahojdkenooee
Description Show Pass
File Size 39.8 KB
Installation Count 1,000
Current Version 1.0
Last Updated 2017-05-29
Publish Date 2017-05-29
Rating 4.60/5 Total 5 Ratings
Developer JOLT
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show Pass",
    "short_name": "SP",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Show Pass",
    "icons": {
        "16": "icon.png"
    },
    "browser_action": {
        "default_title": "Show Pass"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "popup.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "tabs",
        "*:\/\/*\/*"
    ]
}