Breached

Find out which sites you're visiting have been pwned, using the haveibeenpwned.com database

O que é Breached?

Breached é uma extensão do Chrome desenvolvida por Adam Pritchard, e sua principal característica é "Find out which sites you're visiting have been pwned, using the haveibeenpwned.com database".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Breached

Baixe arquivos de extensão Breached 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

                        Breached is a browser extension that lets you know when you're visiting a site that has been pwned in the past. You can click the button to find out more about those breaches.

Breached uses [Have I Been Pwned](https://haveibeenpwned.com/) to learn about breaches. No information about the sites you visit is sent anywhere -- all checks are local.                    

Informações Básicas da Extensão

Nome Breached Breached
ID blmhfhlpjoofplegjpalpgnbnnoohpbc
URL Oficial https://chromewebstore.google.com/detail/breached/blmhfhlpjoofplegjpalpgnbnnoohpbc
Descrição Find out which sites you're visiting have been pwned, using the haveibeenpwned.com database
Tamanho do Arquivo 133 KB
Contagem de Instalações 55
Versão Atual 1.2.4
Última Atualização 2017-11-19
Data de Publicação 2017-11-19
Desenvolvedor Adam Pritchard
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/adam-p/breached
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Breached",
    "version": "1.2.4",
    "manifest_version": 2,
    "description": "Find out which sites you're visiting have been pwned, using the haveibeenpwned.com database",
    "homepage_url": "https:\/\/github.com\/adam-p\/breached",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "background": {
        "scripts": [
            "vendor\/jquery-3.2.1.min.js",
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "32": "icons\/icon32.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png"
        },
        "default_title": "Breached! Click for details",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications"
    ]
}