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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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:\/\/*\/*"
    ]
}