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!

Co je Disable Gmail Password Revealer?

Disable Gmail Password Revealer je rozšíření Chrome vyvinuté Baghour, a jeho hlavní funkcí je „This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Disable Gmail Password Revealer

Stáhněte si soubory rozšíření Disable Gmail Password Revealer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Disable Gmail Password Revealer Disable Gmail Password Revealer
ID gbdlelamcdcepcgbbkhkooelkcfpkekg
Oficiální URL https://chromewebstore.google.com/detail/disable-gmail-password-re/gbdlelamcdcepcgbbkhkooelkcfpkekg
Popis This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!
Velikost souboru 131 KB
Počet instalací 241
Aktuální Verze 1.0
Poslední Aktualizace 2020-06-25
Datum Vydání 2020-06-24
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Baghour
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}