AmIBreached Search

Search your darkweb exposure using amibreached.com

AmIBreached Searchとは何ですか?

AmIBreached SearchはAmIBreachedによって開発されたChromeの拡張機能で、その主な機能は「Search your darkweb exposure using amibreached.com」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

AmIBreached Search拡張機能のCRXファイルをダウンロード

AmIBreached Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 AmIBreached Search AmIBreached Search
ID dnmninofcdenfkjebmffhoidoapaolda
公式URL https://chromewebstore.google.com/detail/amibreached-search/dnmninofcdenfkjebmffhoidoapaolda
説明 Search your darkweb exposure using amibreached.com
ファイルサイズ 380 KB
インストール数 14
現在のバージョン 1.2.0
最終更新日 2022-05-31
公開日 2022-05-23
評価 5.00/5 合計 3 レビュー
開発者 AmIBreached
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://amibreached.com
プライバシーポリシーページのURL https://amibreached.com/privacy-policy
対応言語 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:\/\/*\/*"
    ]
}