Password Check
Password Check
Password Check là gì?
Password Check là một tiện ích mở rộng Chrome được phát triển bởi sampiochua, và tính năng chính của nó là "Password Check".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Password Check
Tải xuống các tệp mở rộng Password Check dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Click the "Check Your Password" button to check if the password you key in on a webpage has been exposed by in previous data breaches. This check is done by checking against API provided by https://haveibeenpwned.com Your actual password is NEVER stored or sent over the Internet to the API. This is implemented using the K-Anonymity model. NO ONE will know what you have actually typed into the password field. Check out more details at https://haveibeenpwned.com/FAQs. Credit to https://haveibeenpwned.com for providing us with an API to access a database of pwned password. If you still don't feel safe, then DO NOT use this extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Password Check |
ID | ccdjmhmjafjancfmlpjkcjjieibefipb |
URL Chính Thức | https://chromewebstore.google.com/detail/password-check/ccdjmhmjafjancfmlpjkcjjieibefipb |
Mô tả | Password Check |
Kích Thước Tệp | 20.56 KB |
Số Lần Cài Đặt | 112 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2019-06-06 |
Ngày Phát Hành | 2019-06-06 |
Nhà Phát Triển | sampiochua |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password Check", "version": "1.0.7", "description": "Password Check", "permissions": [ "activeTab", "declarativeContent" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/lock-16.png", "32": "images\/lock-32.png", "48": "images\/lock-48.png", "128": "images\/lock-128.png" } }, "icons": { "16": "images\/lock-16.png", "32": "images\/lock-32.png", "48": "images\/lock-48.png", "128": "images\/lock-128.png" }, "manifest_version": 2 } |