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
公式URL 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
Eメール [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
    }
}