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 |
公式URL | 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 |
Eメール | [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" ] } |