Visual Hash Cat

Creates a cat for your password

Wat is Visual Hash Cat?

Visual Hash Cat is een Chrome-extensie ontwikkeld door bwpayne, en de belangrijkste functie is "Creates a cat for your password".

Download het CRX-bestand van de extensie Visual Hash Cat

Download Visual Hash Cat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Creates a visual hash of your password. 

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

Basisinformatie over de Extensie

Naam Visual Hash Cat Visual Hash Cat
ID lklemdkfmenlfkdefghjbankmfaimkll
Officiële URL https://chrome.google.com/webstore/detail/visual-hash-cat/lklemdkfmenlfkdefghjbankmfaimkll
Beschrijving Creates a cat for your password
Bestandsgrootte 100 KB
Aantal Installaties 23
Huidige Versie 1.1.5
Laatst Bijgewerkt 2016-07-06
Publicatiedatum 2016-07-06
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar bwpayne
Betalingswijze free
Ondersteunde Talen 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"
    ]
}