Disable Gmail Password Revealer

This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!

Cos'è Disable Gmail Password Revealer?

Disable Gmail Password Revealer è un'estensione di Chrome sviluppata da Baghour, e la sua funzione principale è "This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Disable Gmail Password Revealer

Scarica i file di estensione Disable Gmail Password Revealer 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

                        This extension hides the "eye symbol" in the right side of the gmail password input, which displays the typed or saved password in google chrome, so your password is never revealed by other users!                    

Informazioni di Base sull'Estensione

Nome Disable Gmail Password Revealer Disable Gmail Password Revealer
ID gbdlelamcdcepcgbbkhkooelkcfpkekg
URL Ufficiale https://chromewebstore.google.com/detail/disable-gmail-password-re/gbdlelamcdcepcgbbkhkooelkcfpkekg
Descrizione This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!
Dimensione del File 131 KB
Conteggio Installazioni 241
Versione Corrente 1.0
Ultimo Aggiornamento 2020-06-25
Data di Pubblicazione 2020-06-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Baghour
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Gmail Password Revealer",
    "version": "1.0",
    "description": "This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/*"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/icn-16.png",
        "32": "img\/icn-32.png",
        "48": "img\/icn-48.png",
        "128": "img\/icn-128.png"
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icn-16.png",
            "32": "img\/icn-32.png",
            "48": "img\/icn-48.png",
            "128": "img\/icn-128.png"
        }
    },
    "manifest_version": 2
}