Visual Hash Cat

Creates a cat for your password

What is Visual Hash Cat?

Visual Hash Cat is a Chrome extension developed by bwpayne, and its main feature is "Creates a cat for your password".

Download Visual Hash Cat Extension CRX File

Download Visual Hash Cat 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

                        Creates a visual hash of your password. 

Similar to https://chrome.google.com/webstore/detail/visual-hashing/lkoelcpcjjehbjcchcbddggjmphfaiie?hl=en but in cat form                    

Extension Basic Information

Name Visual Hash Cat Visual Hash Cat
ID lklemdkfmenlfkdefghjbankmfaimkll
Official URL https://chrome.google.com/webstore/detail/visual-hash-cat/lklemdkfmenlfkdefghjbankmfaimkll
Description Creates a cat for your password
File Size 100 KB
Installation Count 23
Current Version 1.1.5
Last Updated 2016-07-06
Publish Date 2016-07-06
Rating 4.00/5 Total 4 Ratings
Developer bwpayne
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Visual Hash Cat",
    "description": "Creates a cat for your password",
    "author": "Brian Payne ",
    "version": "1.1.5",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "stylesheets\/screen.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*.png"
    ]
}