Password Viewer

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

¿Qué es Password Viewer?

Password Viewer es una extensión de Chrome desarrollada por Satbir Kaushik, y su función principal es "Reveal and Copy the password hidden in the form of asterisks signs on any web page with a single click".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Password Viewer

Descarga archivos de extensión Password Viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Password Viewer Password Viewer
ID majhkhdiofehedjpbcoakbmoiogbmcdp
URL Oficial https://chromewebstore.google.com/detail/password-viewer/majhkhdiofehedjpbcoakbmoiogbmcdp
Descripción Reveal and Copy the password hidden in the form of asterisks signs on any web page with a single click
Tamaño del Archivo 43.53 KB
Cantidad de Instalaciones 4,826
Versión Actual 1.3
Última Actualización 2023-09-04
Fecha de Publicación 2018-03-17
Calificación 3.86/5 Total de 7 Calificaciones
Desarrollador Satbir Kaushik
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
        }
    ]
}