Breach Report

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

什麼是Breach Report?

Breach Report是由http://breachreport.com開發的Chrome擴展程式,該擴展的主要功能是“Check whether your emails, and the websites you visit were compromised in public data leaks.”。

擴展截圖

screenshot
screenshot
screenshot

下載Breach Report擴展crx文件

下載Breach Report擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Breach Report Breach Report
ID cpehekgbmljmbhcnjomdnoblmjgkllhn
官方網址 https://chrome.google.com/webstore/detail/breach-report/cpehekgbmljmbhcnjomdnoblmjgkllhn
簡介 Check whether your emails, and the websites you visit were compromised in public data leaks.
檔案大小 1.43 MB
安裝次數 42
目前版本 1.0.4
更新時間 2020-06-04
上架時間 2020-06-04
評分 5.00/5 共 1 次評分
開發者 http://breachreport.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://breachreport.com/
說明頁面URL https://breachreport.com/privacy-policy
隱私政策頁面URL https://breachreport.com/privacy-policy
支援的語言 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
    }
}