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'est-ce que Disable Gmail Password Revealer ?
Disable Gmail Password Revealer est une extension Chrome développée par Baghour, et sa fonction principale est "This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Disable Gmail Password Revealer
Téléchargez les fichiers d'extension Disable Gmail Password Revealer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Disable Gmail Password Revealer |
ID | gbdlelamcdcepcgbbkhkooelkcfpkekg |
URL Officiel | https://chromewebstore.google.com/detail/disable-gmail-password-re/gbdlelamcdcepcgbbkhkooelkcfpkekg |
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! |
Taille du Fichier | 131 KB |
Nombre d'Installations | 241 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-06-25 |
Date de Publication | 2020-06-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Baghour |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |