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!

Hvad er Disable Gmail Password Revealer?

Disable Gmail Password Revealer er en Chrome-udvidelse udviklet af Baghour, og dens hovedfunktion er "This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!".

Udvidelsesskærmbilleder

screenshot

Download Disable Gmail Password Revealer-udvidelses-CRX-fil

Download Disable Gmail Password Revealer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Disable Gmail Password Revealer Disable Gmail Password Revealer
ID gbdlelamcdcepcgbbkhkooelkcfpkekg
Officiel URL https://chromewebstore.google.com/detail/disable-gmail-password-re/gbdlelamcdcepcgbbkhkooelkcfpkekg
Beskrivelse This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!
Filstørrelse 131 KB
Antal Installationer 241
Nuværende Version 1.0
Senest Opdateret 2020-06-25
Udgivelsesdato 2020-06-24
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Baghour
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}