Password Viewer

Reveal and Copy the password hidden in the form of asterisks signs on any web page with a single click

O que é Password Viewer?

Password Viewer é uma extensão do Chrome desenvolvida por Satbir Kaushik, e sua principal característica é "Reveal and Copy the password hidden in the form of asterisks signs on any web page with a single click".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Password Viewer

Baixe arquivos de extensão Password Viewer 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 facilitates the direct copying or viewing of passwords from input fields containing asterisk signs on any currently open web page.
--
Unlock a seamless browsing experience with our Chrome extension! By installing this powerful tool, you not only enhance your online interactions but also support the creation of valuable and innovative extensions. 
Your contribution fuels my dedication to developing top-notch solutions. Install now and be part of my mission to make your web journey extraordinary.                    

Informações Básicas da Extensão

Nome Password Viewer Password Viewer
ID majhkhdiofehedjpbcoakbmoiogbmcdp
URL Oficial https://chromewebstore.google.com/detail/password-viewer/majhkhdiofehedjpbcoakbmoiogbmcdp
Descrição Reveal and Copy the password hidden in the form of asterisks signs on any web page with a single click
Tamanho do Arquivo 43.53 KB
Contagem de Instalações 4,826
Versão Atual 1.3
Última Atualização 2023-09-04
Data de Publicação 2018-03-17
Classificação 3.86/5 Total de 7 Avaliações
Desenvolvedor Satbir Kaushik
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Viewer",
    "manifest_version": 3,
    "version": "1.3",
    "description": "Reveal and Copy the password hidden in the form of asterisks signs on any web page with a single click",
    "action": {
        "name": "Password Viewer",
        "icons": [
            "icon.png"
        ],
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "Password Viewer"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "copy.svg",
                "hide.svg",
                "show.svg"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}