Show password

Ability to show passwords in input fields!

Cos'è Show password?

Show password è un'estensione di Chrome sviluppata da https://zerfl.com, e la sua funzione principale è "Ability to show passwords in input fields!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Show password

Scarica i file di estensione Show password in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Unmask all password fields on any site!

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

Informazioni di Base sull'Estensione

Nome Show password Show password
ID bhdnhgkhmoeacgcfkokmoidaedlblgho
URL Ufficiale https://chromewebstore.google.com/detail/show-password/bhdnhgkhmoeacgcfkokmoidaedlblgho
Descrizione Ability to show passwords in input fields!
Dimensione del File 12.84 KB
Conteggio Installazioni 1,824
Versione Corrente 1.01
Ultimo Aggiornamento 2018-12-30
Data di Pubblicazione 2018-12-30
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://zerfl.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}