Password Viewer

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

什么是Password Viewer?

Password Viewer是由Satbir Kaushik开发的Chrome扩展程序,该扩展的主要功能是“Reveal and Copy the password hidden in the form of asterisks signs on any web page with a single click”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Password Viewer扩展crx文件

下载Password Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Password Viewer Password Viewer
ID majhkhdiofehedjpbcoakbmoiogbmcdp
官方URL https://chromewebstore.google.com/detail/password-viewer/majhkhdiofehedjpbcoakbmoiogbmcdp
简介 Reveal and Copy the password hidden in the form of asterisks signs on any web page with a single click
文件大小 43.53 KB
安装次数 4,826
当前版本 1.3
更新时间 2023-09-04
上架时间 2018-03-17
评分 3.86/5 共7次评分
开发者 Satbir Kaushik
电子邮箱 [email protected]
付费类型 free
支持的语言 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
        }
    ]
}