Show password

Ability to show passwords in input fields!

Qu'est-ce que Show password ?

Show password est une extension Chrome développée par https://zerfl.com, et sa fonction principale est "Ability to show passwords in input fields!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Show password

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

                        Unmask all password fields on any site!

Version 1.01:
* Fixed error when using the "Show password" button multiple times                    

Informations de Base sur l'Extension

Nom Show password Show password
ID bhdnhgkhmoeacgcfkokmoidaedlblgho
URL Officiel https://chromewebstore.google.com/detail/show-password/bhdnhgkhmoeacgcfkokmoidaedlblgho
Description Ability to show passwords in input fields!
Taille du Fichier 12.84 KB
Nombre d'Installations 1,824
Version Actuelle 1.01
Dernière Mise à Jour 2018-12-30
Date de Publication 2018-12-30
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://zerfl.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",
    "name": "Show password",
    "version": "1.01",
    "description": "Ability to show passwords in input fields!",
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "96": "icon96.png",
        "128": "icon128.png"
    }
}