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!

Vad är Disable Gmail Password Revealer?

Disable Gmail Password Revealer är en Chrome-tillägg utvecklad av Baghour, och dess huvudfunktion är "This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!".

Tilläggsskärmbilder

screenshot

Ladda ner Disable Gmail Password Revealer-förlängningens CRX-fil

Ladda ner Disable Gmail Password Revealer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Disable Gmail Password Revealer Disable Gmail Password Revealer
ID gbdlelamcdcepcgbbkhkooelkcfpkekg
Officiell webbadress https://chromewebstore.google.com/detail/disable-gmail-password-re/gbdlelamcdcepcgbbkhkooelkcfpkekg
Beskrivning This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!
Filstorlek 131 KB
Antal Installationer 241
Aktuell Version 1.0
Senast Uppdaterad 2020-06-25
Publiceringsdatum 2020-06-24
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Baghour
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}