Password Unmasking

Unmask focused password field.

什么是Password Unmasking?

Password Unmasking是由Desert Digital LLC开发的Chrome扩展程序,该扩展的主要功能是“Unmask focused password field.”。

扩展截图

screenshot
screenshot
screenshot

下载Password Unmasking扩展crx文件

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

扩展使用说明

                        Unmask password in one click in a new tab of the browser.
A new tab experience that unmask your password .We are giving you search option from new tab to give you quick access to your desired site through yahoo.com & unmask your password.

By clicking "Add to Chrome", I accept and agree to install "Password Unmasking" Chrome extension and setting Chrome™ New Tab to that provided by the service and the Privacy (bex-digital.com/privacy-policy) and Terms of Use (bex-digital.com/terms-and-conditions).                    

扩展基本信息

名称 Password Unmasking Password Unmasking
ID beamglcddcaecpkiolhmfdhgnjklkflj
官方URL https://chrome.google.com/webstore/detail/password-unmasking/beamglcddcaecpkiolhmfdhgnjklkflj
简介 Unmask focused password field.
文件大小 39.18 KB
安装次数 107
当前版本 2.2
更新时间 2021-02-04
上架时间 2020-07-03
开发者 Desert Digital LLC
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.desertdigitalllc.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Unmasking",
    "description": "Unmask focused password field.",
    "homepage_url": "https:\/\/www.passwordunmasking.com",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/www.bex-digital.com\/password_unmask\/*"
    ],
    "version": "2.2",
    "browser_action": {
        "default_icon": {
            "16": "images\/bd-16.png",
            "32": "images\/bd-32.png",
            "48": "images\/bd-48.png",
            "128": "images\/bd-128.png"
        }
    },
    "icons": {
        "16": "images\/bd-16.png",
        "32": "images\/bd-32.png",
        "48": "images\/bd-48.png",
        "128": "images\/bd-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "landing.html"
    },
    "web_accessible_resources": [
        "images\/*.*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.bex-digital.com\/password_unmask\/custom.js https:\/\/www.bex-digital.com\/password_unmask\/background.js; object-src 'self' ;style-src 'self' 'unsafe-inline' *;media-src *;"
}