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!
What is Disable Gmail Password Revealer?
Disable Gmail Password Revealer is a Chrome extension developed by Baghour, and its main feature 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!".
Extension Screenshots
Download Disable Gmail Password Revealer Extension CRX File
Download Disable Gmail Password Revealer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Disable Gmail Password Revealer |
ID | gbdlelamcdcepcgbbkhkooelkcfpkekg |
Official URL | 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! |
File Size | 131 KB |
Installation Count | 241 |
Current Version | 1.0 |
Last Updated | 2020-06-25 |
Publish Date | 2020-06-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Baghour |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |