Password Revealer

Password Revealer

Qu'est-ce que Password Revealer ?

Password Revealer est une extension Chrome développée par Nipun Nirmana, et sa fonction principale est "Password Revealer".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Password Revealer

Téléchargez les fichiers d'extension Password Revealer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        See what’s under the asterisks (Saved passwords), A simple password revealer 
Instructions
Install the extension,
Go to the page you need to see the password
Wait till the page loads completely 
Focus mouse pointer on to the password field to see the password 
HOW TO DISABLE IT
Open chrome menu 
Go to Extensions, Look for Password Revealer uncheck the enable that’s it .Tick it back to enable.                    

Informations de Base sur l'Extension

Nom Password Revealer Password Revealer
ID gldhelojchodefkemcnpaagnokhjlmia
URL Officiel https://chrome.google.com/webstore/detail/password-revealer/gldhelojchodefkemcnpaagnokhjlmia
Description Password Revealer
Taille du Fichier 52.32 KB
Nombre d'Installations 10,000
Version Actuelle 0.1
Dernière Mise à Jour 2013-08-19
Date de Publication 2013-08-19
Évaluation 4.09/5 Total 43 Évaluations
Développeur Nipun Nirmana
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.0.2.min.js",
                "mouseover.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "converted_from_user_script": true,
    "description": "Password Revealer",
    "name": "Password Revealer",
    "version": "0.1"
}