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によって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
Disable Gmail Password Revealer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } |