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!
O que é Disable Gmail Password Revealer?
Disable Gmail Password Revealer é uma extensão do Chrome desenvolvida por Baghour, e sua principal característica é "This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Disable Gmail Password Revealer
Baixe arquivos de extensão Disable Gmail Password Revealer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Disable Gmail Password Revealer |
ID | gbdlelamcdcepcgbbkhkooelkcfpkekg |
URL Oficial | https://chromewebstore.google.com/detail/disable-gmail-password-re/gbdlelamcdcepcgbbkhkooelkcfpkekg |
Descrição | This extension hides the eye icon in the right side of the gmail password input, so your password is never revealed by other users! |
Tamanho do Arquivo | 131 KB |
Contagem de Instalações | 241 |
Versão Atual | 1.0 |
Última Atualização | 2020-06-25 |
Data de Publicação | 2020-06-24 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Baghour |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |