Have I been pwned?

Check if your account has been leaked in old major data breaches by using only the email or username.

O que é Have I been pwned??

Have I been pwned? é uma extensão do Chrome desenvolvida por pogiatzis.c.a, e sua principal característica é "Check if your account has been leaked in old major data breaches by using only the email or username.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Have I been pwned?

Baixe arquivos de extensão Have I been pwned? no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Have I been pwned? Have I been pwned?
ID fpgljciihecejjlildfcakfcmnachahp
URL Oficial https://chrome.google.com/webstore/detail/have-i-been-pwned/fpgljciihecejjlildfcakfcmnachahp
Descrição Check if your account has been leaked in old major data breaches by using only the email or username.
Tamanho do Arquivo 58.96 KB
Contagem de Instalações 417
Versão Atual 0.4
Última Atualização 2016-05-27
Data de Publicação 2016-05-27
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor pogiatzis.c.a
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}