AmIBreached Search

Search your darkweb exposure using amibreached.com

What is AmIBreached Search?

AmIBreached Search is a Chrome extension developed by AmIBreached, and its main feature is "Search your darkweb exposure using amibreached.com".

Extension Screenshots

screenshot
screenshot
screenshot

Download AmIBreached Search Extension CRX File

Download AmIBreached Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name AmIBreached Search AmIBreached Search
ID dnmninofcdenfkjebmffhoidoapaolda
Official URL https://chromewebstore.google.com/detail/amibreached-search/dnmninofcdenfkjebmffhoidoapaolda
Description Search your darkweb exposure using amibreached.com
File Size 380 KB
Installation Count 14
Current Version 1.2.0
Last Updated 2022-05-31
Publish Date 2022-05-23
Rating 5.00/5 Total 3 Ratings
Developer AmIBreached
Email [email protected]
Payment Type free
Extension Website https://amibreached.com
Privacy Policy Page URL https://amibreached.com/privacy-policy
Supported Languages 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:\/\/*\/*"
    ]
}