Breach Report

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

Was ist Breach Report?

Breach Report ist eine Chrome-Erweiterung, die von http://breachreport.com entwickelt wurde, und ihr Hauptmerkmal ist "Check whether your emails, and the websites you visit were compromised in public data leaks.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Breach Report-Erweiterungs-CRX-Datei herunterladen

Laden Sie Breach Report-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Breach Report Breach Report
ID cpehekgbmljmbhcnjomdnoblmjgkllhn
Offizielle URL https://chrome.google.com/webstore/detail/breach-report/cpehekgbmljmbhcnjomdnoblmjgkllhn
Beschreibung Check whether your emails, and the websites you visit were compromised in public data leaks.
Dateigröße 1.43 MB
Installationsanzahl 42
Aktuelle Version 1.0.4
Letztes Update 2020-06-04
Veröffentlichungsdatum 2020-06-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://breachreport.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://breachreport.com/
Hilfeseite URL https://breachreport.com/privacy-policy
URL der Datenschutzrichtlinien-Seite https://breachreport.com/privacy-policy
Unterstützte Sprachen 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
    }
}