Breach Report

Check whether your emails, and the websites you visit were compromised in public data leaks.

Breach Report là gì?

Breach Report là một tiện ích mở rộng Chrome được phát triển bởi http://breachreport.com, và tính năng chính của nó là "Check whether your emails, and the websites you visit were compromised in public data leaks.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Breach Report

Tải xuống các tệp mở rộng Breach Report dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A data breach is a security incident in which sensitive or confidential data is copied, transmitted, viewed, stolen, or used by an unauthorised person or entity. 
Breach Report extension offers you quick access to email breach checks. Search whether your emails and passwords have been breached. 
Apart from email checks, the extension will show you if the website you are visiting has been breached by hackers.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Breach Report Breach Report
ID cpehekgbmljmbhcnjomdnoblmjgkllhn
URL Chính Thức https://chrome.google.com/webstore/detail/breach-report/cpehekgbmljmbhcnjomdnoblmjgkllhn
Mô tả Check whether your emails, and the websites you visit were compromised in public data leaks.
Kích Thước Tệp 1.43 MB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2020-06-04
Ngày Phát Hành 2020-06-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://breachreport.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://breachreport.com/
URL Trang Trợ Giúp https://breachreport.com/privacy-policy
URL Trang Chính Sách Bảo Mật https://breachreport.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Breach Report",
    "author": "Dorokhovich Mikhail",
    "homepage_url": "https:\/\/breachreport.com\/",
    "version": "1.0.4",
    "description": "Check whether your emails, and the websites you visit were compromised in public data leaks.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ],
        "persistent": false
    }
}