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
官方網址 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
電子郵箱 [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:\/\/*\/*"
    ]
}