AmIBreached Search

Search your darkweb exposure using amibreached.com

O que é AmIBreached Search?

AmIBreached Search é uma extensão do Chrome desenvolvida por AmIBreached, e sua principal característica é "Search your darkweb exposure using amibreached.com".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AmIBreached Search

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

                        AmIBreached is World's Largest Data Breach and Dark Web Monitoring & Notification Platform Created By Cyble .Inc

This Application Provides The Following Features

- Discover Credential Leaks

Our researchers continuously monitor the public Internet and Dark Web to find credential leaks, conversations in the cybercrime forums, chats and immediately report details on any compromised email/username for your customers, employees, or partners

- Assistance in Identity Fraud Detections and Investigations

Utilize Cyble's rich dark web repositories to detect and investigate potential identity thefts and frauds.

- Consumer Plan is Free
(With Powerful Features)
We believe that you shouldn't pay to assess your information exposure. Hence, individuals gets free access.

- We have an Edge

Cyble has been a leader in detecting and responding to breaches and tracking Cybercrime. When we know, you will know too.

- Integrity

We will never trade your information on the dark web! We acquire information through various sources to inform you about the threats. But most importantly, no one else can look into your information.

- You have the Control

Only you can access your records. At any time, you can delete your account as well.                    

Informações Básicas da Extensão

Nome AmIBreached Search AmIBreached Search
ID dnmninofcdenfkjebmffhoidoapaolda
URL Oficial https://chromewebstore.google.com/detail/amibreached-search/dnmninofcdenfkjebmffhoidoapaolda
Descrição Search your darkweb exposure using amibreached.com
Tamanho do Arquivo 380 KB
Contagem de Instalações 14
Versão Atual 1.2.0
Última Atualização 2022-05-31
Data de Publicação 2022-05-23
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor AmIBreached
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://amibreached.com
URL da Página de Política de Privacidade https://amibreached.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AmIBreached Search",
    "version": "1.2.0",
    "description": "Search your darkweb exposure using amibreached.com",
    "manifest_version": 3,
    "author": "Cyble Inc.",
    "icons": {
        "16": "favicon.png",
        "32": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "AmIBreached Search"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/background.js",
                "\/local.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}