Invisible Password

Hide your password from those eyes!

What is Invisible Password?

Invisible Password is a Chrome extension developed by dvliman, and its main feature is "Hide your password from those eyes!".

Extension Screenshots

screenshot

Download Invisible Password Extension CRX File

Download Invisible 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

                        Reveal hidden password under asterisks / stars                    

Extension Basic Information

Name Invisible Password Invisible Password
ID efeggfalpdfogofpllhhkccaojdbfmjh
Official URL https://chrome.google.com/webstore/detail/invisible-password/efeggfalpdfogofpllhhkccaojdbfmjh
Description Hide your password from those eyes!
File Size 48.37 KB
Installation Count 18
Current Version 0.0.1
Last Updated 2014-03-10
Publish Date 2014-03-10
Developer dvliman
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Invisible Password",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Hide your password from those eyes!",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}