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!
Disable Gmail Password Revealer क्या है?
Disable Gmail Password Revealer Baghour द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Disable Gmail Password Revealer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | Disable Gmail Password Revealer |
ID | gbdlelamcdcepcgbbkhkooelkcfpkekg |
आधिकारिक URL | https://chromewebstore.google.com/detail/disable-gmail-password-re/gbdlelamcdcepcgbbkhkooelkcfpkekg |
विवरण | This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users! |
फ़ाइल का आकार | 131 KB |
स्थापना संख्या | 241 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-06-25 |
प्रकाशन तिथि | 2020-06-24 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Baghour |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |