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!
Was ist Disable Gmail Password Revealer?
Disable Gmail Password Revealer ist eine Chrome-Erweiterung, die von Baghour entwickelt wurde, und ihr Hauptmerkmal ist "This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!".
Erweiterungsscreenshots
Disable Gmail Password Revealer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Disable Gmail Password Revealer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Disable Gmail Password Revealer |
ID | gbdlelamcdcepcgbbkhkooelkcfpkekg |
Offizielle URL | https://chromewebstore.google.com/detail/disable-gmail-password-re/gbdlelamcdcepcgbbkhkooelkcfpkekg |
Beschreibung | This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users! |
Dateigröße | 131 KB |
Installationsanzahl | 241 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-06-25 |
Veröffentlichungsdatum | 2020-06-24 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Baghour |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |