Have I been pwned?
Check if your account has been leaked in old major data breaches by using only the email or username.
Was ist Have I been pwned??
Have I been pwned? ist eine Chrome-Erweiterung, die von pogiatzis.c.a entwickelt wurde, und ihr Hauptmerkmal ist "Check if your account has been leaked in old major data breaches by using only the email or username.".
Erweiterungsscreenshots
Have I been pwned?-Erweiterungs-CRX-Datei herunterladen
Laden Sie Have I been pwned?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fpgljciihecejjlildfcakfcmnachahp |
Offizielle URL | https://chrome.google.com/webstore/detail/have-i-been-pwned/fpgljciihecejjlildfcakfcmnachahp |
Beschreibung | Check if your account has been leaked in old major data breaches by using only the email or username. |
Dateigröße | 58.96 KB |
Installationsanzahl | 417 |
Aktuelle Version | 0.4 |
Letztes Update | 2016-05-27 |
Veröffentlichungsdatum | 2016-05-27 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | pogiatzis.c.a |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |