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??
Have I been pwned?是由pogiatzis.c.a開發的Chrome擴展程式,該擴展的主要功能是“Check if your account has been leaked in old major data breaches by using only the email or username.”。
擴展截圖
下載Have I been pwned?擴展crx文件
下載Have I been pwned?擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | fpgljciihecejjlildfcakfcmnachahp |
官方網址 | https://chrome.google.com/webstore/detail/have-i-been-pwned/fpgljciihecejjlildfcakfcmnachahp |
簡介 | Check if your account has been leaked in old major data breaches by using only the email or username. |
檔案大小 | 58.96 KB |
安裝次數 | 417 |
目前版本 | 0.4 |
更新時間 | 2016-05-27 |
上架時間 | 2016-05-27 |
評分 | 1.00/5 共 1 次評分 |
開發者 | pogiatzis.c.a |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } |