Have I been pwned?
Check if your account has been leaked in old major data breaches by using only the email or username.
Have I been pwned? là gì?
Have I been pwned? là một tiện ích mở rộng Chrome được phát triển bởi pogiatzis.c.a, và tính năng chính của nó là "Check if your account has been leaked in old major data breaches by using only the email or username.".
Ả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 Have I been pwned?
Tải xuống các tệp mở rộng Have I been pwned? 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
In an age where digital information is produced in vast quantities it is almost impossible to avoid sensitive data leakage such as account's passwords and emails. As a result, it's essential that users are aware about how much private their date are. That is the sole purpose of the development of this extension. By utilizing Have I been pwned's API, this extension let's you check if a your account details are included in any of major known database breaches while browsing the internet. By the time I am writing this, Have I been pwned contains 107 leaked databases information with 511,591,649 accounts. The process is simple as 1,2,3. Just select the email or username, right click and select the Have I been pwned? option.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fpgljciihecejjlildfcakfcmnachahp |
URL Chính Thức | https://chrome.google.com/webstore/detail/have-i-been-pwned/fpgljciihecejjlildfcakfcmnachahp |
Mô tả | Check if your account has been leaked in old major data breaches by using only the email or username. |
Kích Thước Tệp | 58.96 KB |
Số Lần Cài Đặt | 417 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2016-05-27 |
Ngày Phát Hành | 2016-05-27 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | pogiatzis.c.a |
[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": "__MSG_extName__", "version": "0.4", "manifest_version": 2, "description": "Check if your account has been leaked in old major data breaches by using only the email or username.", "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "default_locale": "en", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Have I been pwned?" }, "permissions": [ "https:\/\/haveibeenpwned.com\/API\/", "contextMenus", "tabs" ] } |