Breach Report

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

Co to jest Breach Report?

Breach Report to rozszerzenie Chrome opracowane przez http://breachreport.com, a jego główną funkcją jest „Check whether your emails, and the websites you visit were compromised in public data leaks.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Breach Report

Pobierz pliki rozszerzeń Breach Report w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Breach Report Breach Report
ID cpehekgbmljmbhcnjomdnoblmjgkllhn
Oficjalny URL https://chrome.google.com/webstore/detail/breach-report/cpehekgbmljmbhcnjomdnoblmjgkllhn
Opis Check whether your emails, and the websites you visit were compromised in public data leaks.
Rozmiar pliku 1.43 MB
Liczba instalacji 42
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2020-06-04
Data Publikacji 2020-06-04
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://breachreport.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://breachreport.com/
Adres URL Strony Pomocy https://breachreport.com/privacy-policy
Adres URL Strony Polityki Prywatności https://breachreport.com/privacy-policy
Obsługiwane Języki 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
    }
}