Show Hidden Password

Reveal the password hidden behind asterisks on login pages

Qu'est-ce que Show Hidden Password ?

Show Hidden Password est une extension Chrome développée par http://digitalinspiration.com, et sa fonction principale est "Reveal the password hidden behind asterisks on login pages".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Show Hidden Password

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

                        Web browsers hide the passwords on login pages behind asterisks for security reason. Whether you are logging into Facebook, Gmail, PayPal or Twitter, all secure websites offer an option to save passwords in the browser but none would reveal the passwords in plain text.

Microsoft Edge browser adds an eye icon to the password field to let you quickly mask and unmask the characters. This Google Chrome extension uses a similar approach. It shows the passwords when you focus the password field and replaces the characters with dots as soon as you move the cursor out of the password field.

Some websites, for example PayPal, do not offer the option to save your password in the browser. 

This Google Chrome extension overrides the default behaviour and lets you save the password so you can quickly login to your favourite websites without having to enter the password each time. It does so by adding the autocomplete=on property to the input password fields but, unfortunately, in the newer releases on Google Chrome, the property is ignored.                    

Informations de Base sur l'Extension

Nom Show Hidden Password Show Hidden Password
ID enhinpoafplfmeeefjglkakjegjcakjl
URL Officiel https://chrome.google.com/webstore/detail/show-hidden-password/enhinpoafplfmeeefjglkakjegjcakjl
Description Reveal the password hidden behind asterisks on login pages
Taille du Fichier 13.93 KB
Nombre d'Installations 9,000
Version Actuelle 1.2
Dernière Mise à Jour 2022-03-23
Date de Publication 2017-01-04
Évaluation 2.55/5 Total 115 Évaluations
Développeur http://digitalinspiration.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.labnol.org/internet/reveal-hidden-password/25600/
URL de la Page d'Aide https://digitalinspiration.com/support
URL de la Page de Politique de Confidentialité https://digitalinspiration.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show Hidden Password",
    "short_name": "ShowPassword",
    "description": "Reveal the password hidden behind asterisks on login pages",
    "author": "Amit Agarwal",
    "homepage_url": "https:\/\/www.labnol.org\/internet\/reveal-hidden-password\/25600\/",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "labnol.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}