Password Leak Checker
Check passwords for leaks
什么是Password Leak Checker?
Password Leak Checker是由Password Leak Checker开发的Chrome扩展程序,该扩展的主要功能是“Check passwords for leaks”。
扩展截图
下载Password Leak Checker扩展crx文件
下载Password Leak Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
More then 11 billion account have leaked in past 5 years! This extension helps to keep your password strong and notifies you as soon as your password appears in any leaked database. It completely secure, since we do not store or transfer your password online - only a part of a secure hash, so nobody can even image what your real password is. Install and be safe!
扩展基本信息
名称 | Password Leak Checker |
ID | ljfpcmdeanmaoegildipnfnmdifglmbc |
官方URL | https://chromewebstore.google.com/detail/password-leak-checker/ljfpcmdeanmaoegildipnfnmdifglmbc |
简介 | Check passwords for leaks |
文件大小 | 779 KB |
安装次数 | 195 |
当前版本 | 0.3.1 |
更新时间 | 2021-08-15 |
上架时间 | 2021-07-24 |
开发者 | Password Leak Checker |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://pwdchecker.com/privacy.html |
支持的语言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_name__", "description": "__MSG_app_desc__", "default_locale": "en", "version": "0.3.1", "browser_action": { "default_popup": "background.html", "default_icon": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |