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!

Apa itu Disable Gmail Password Revealer?

Disable Gmail Password Revealer adalah ekstensi Chrome yang dikembangkan oleh Baghour, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Disable Gmail Password Revealer

Unduh file ekstensi Disable Gmail Password Revealer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Disable Gmail Password Revealer Disable Gmail Password Revealer
ID gbdlelamcdcepcgbbkhkooelkcfpkekg
URL Resmi https://chromewebstore.google.com/detail/disable-gmail-password-re/gbdlelamcdcepcgbbkhkooelkcfpkekg
Deskripsi This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!
Ukuran File 131 KB
Jumlah Instalasi 241
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-06-25
Tanggal Publikasi 2020-06-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Baghour
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}