Password Reveal

One click password reveal. Just click the icon and any password that is hidden will become legible text.

Qu'est-ce que Password Reveal ?

Password Reveal est une extension Chrome développée par https://suarezluis.com, et sa fonction principale est "One click password reveal. Just click the icon and any password that is hidden will become legible text.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension Password Reveal 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

                        One click password reveal. Just click the icon and any password that is hidden will become legible text.                    

Informations de Base sur l'Extension

Nom Password Reveal Password Reveal
ID kpcgjgigligdgoapongfjlcclhfelccn
URL Officiel https://chromewebstore.google.com/detail/password-reveal/kpcgjgigligdgoapongfjlcclhfelccn
Description One click password reveal. Just click the icon and any password that is hidden will become legible text.
Taille du Fichier 7.59 KB
Nombre d'Installations 815
Version Actuelle 1.0
Dernière Mise à Jour 2019-01-08
Date de Publication 2019-01-07
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://suarezluis.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Reveal",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}