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 là gì?

Disable Gmail Password Revealer là một tiện ích mở rộng Chrome được phát triển bởi Baghour, và tính năng chính của nó là "This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Disable Gmail Password Revealer

Tải xuống các tệp mở rộng Disable Gmail Password Revealer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Disable Gmail Password Revealer Disable Gmail Password Revealer
ID gbdlelamcdcepcgbbkhkooelkcfpkekg
URL Chính Thức https://chromewebstore.google.com/detail/disable-gmail-password-re/gbdlelamcdcepcgbbkhkooelkcfpkekg
Mô tả This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!
Kích Thước Tệp 131 KB
Số Lần Cài Đặt 241
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-06-25
Ngày Phát Hành 2020-06-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Baghour
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}