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!

Wat is Disable Gmail Password Revealer?

Disable Gmail Password Revealer is een Chrome-extensie ontwikkeld door Baghour, en de belangrijkste functie is "This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Disable Gmail Password Revealer

Download Disable Gmail Password Revealer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Disable Gmail Password Revealer Disable Gmail Password Revealer
ID gbdlelamcdcepcgbbkhkooelkcfpkekg
Officiële URL https://chromewebstore.google.com/detail/disable-gmail-password-re/gbdlelamcdcepcgbbkhkooelkcfpkekg
Beschrijving This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!
Bestandsgrootte 131 KB
Aantal Installaties 241
Huidige Versie 1.0
Laatst Bijgewerkt 2020-06-25
Publicatiedatum 2020-06-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Baghour
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}