Have I been pwned?
Check if your account has been leaked in old major data breaches by using only the email or username.
¿Qué es Have I been pwned??
Have I been pwned? es una extensión de Chrome desarrollada por pogiatzis.c.a, y su función principal es "Check if your account has been leaked in old major data breaches by using only the email or username.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Have I been pwned?
Descarga archivos de extensión Have I been pwned? en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | fpgljciihecejjlildfcakfcmnachahp |
URL Oficial | https://chrome.google.com/webstore/detail/have-i-been-pwned/fpgljciihecejjlildfcakfcmnachahp |
Descripción | Check if your account has been leaked in old major data breaches by using only the email or username. |
Tamaño del Archivo | 58.96 KB |
Cantidad de Instalaciones | 417 |
Versión Actual | 0.4 |
Última Actualización | 2016-05-27 |
Fecha de Publicación | 2016-05-27 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | pogiatzis.c.a |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |