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!”。

擴展截圖

screenshot

下載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 Disable Gmail Password Revealer
ID gbdlelamcdcepcgbbkhkooelkcfpkekg
官方網址 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
}