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!

¿Qué es Disable Gmail Password Revealer?

Disable Gmail Password Revealer es una extensión de Chrome desarrollada por Baghour, y su función principal es "This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Disable Gmail Password Revealer

Descarga archivos de extensión Disable Gmail Password Revealer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Disable Gmail Password Revealer Disable Gmail Password Revealer
ID gbdlelamcdcepcgbbkhkooelkcfpkekg
URL Oficial https://chromewebstore.google.com/detail/disable-gmail-password-re/gbdlelamcdcepcgbbkhkooelkcfpkekg
Descripción This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!
Tamaño del Archivo 131 KB
Cantidad de Instalaciones 241
Versión Actual 1.0
Última Actualización 2020-06-25
Fecha de Publicación 2020-06-24
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Baghour
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}