Password Reveal

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

Cos'è Password Reveal?

Password Reveal è un'estensione di Chrome sviluppata da https://suarezluis.com, e la sua funzione principale è "One click password reveal. Just click the icon and any password that is hidden will become legible text.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Password Reveal

Scarica i file di estensione Password Reveal 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

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

Informazioni di Base sull'Estensione

Nome Password Reveal Password Reveal
ID kpcgjgigligdgoapongfjlcclhfelccn
URL Ufficiale https://chromewebstore.google.com/detail/password-reveal/kpcgjgigligdgoapongfjlcclhfelccn
Descrizione One click password reveal. Just click the icon and any password that is hidden will become legible text.
Dimensione del File 7.59 KB
Conteggio Installazioni 815
Versione Corrente 1.0
Ultimo Aggiornamento 2019-01-08
Data di Pubblicazione 2019-01-07
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://suarezluis.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}