Breach Report

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

Co je Breach Report?

Breach Report je rozšíření Chrome vyvinuté http://breachreport.com, a jeho hlavní funkcí je „Check whether your emails, and the websites you visit were compromised in public data leaks.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Breach Report

Stáhněte si soubory rozšíření Breach Report ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Breach Report Breach Report
ID cpehekgbmljmbhcnjomdnoblmjgkllhn
Oficiální URL https://chrome.google.com/webstore/detail/breach-report/cpehekgbmljmbhcnjomdnoblmjgkllhn
Popis Check whether your emails, and the websites you visit were compromised in public data leaks.
Velikost souboru 1.43 MB
Počet instalací 42
Aktuální Verze 1.0.4
Poslední Aktualizace 2020-06-04
Datum Vydání 2020-06-04
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář http://breachreport.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://breachreport.com/
URL Stránky Nápovědy https://breachreport.com/privacy-policy
URL Stránky Zásad Ochrany Soukromí https://breachreport.com/privacy-policy
Podporované Jazyky 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
    }
}