Breach Report

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

Cos'è Breach Report?

Breach Report è un'estensione di Chrome sviluppata da http://breachreport.com, e la sua funzione principale è "Check whether your emails, and the websites you visit were compromised in public data leaks.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Breach Report

Scarica i file di estensione Breach Report in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Breach Report Breach Report
ID cpehekgbmljmbhcnjomdnoblmjgkllhn
URL Ufficiale https://chrome.google.com/webstore/detail/breach-report/cpehekgbmljmbhcnjomdnoblmjgkllhn
Descrizione Check whether your emails, and the websites you visit were compromised in public data leaks.
Dimensione del File 1.43 MB
Conteggio Installazioni 42
Versione Corrente 1.0.4
Ultimo Aggiornamento 2020-06-04
Data di Pubblicazione 2020-06-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://breachreport.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://breachreport.com/
URL della Pagina di Aiuto https://breachreport.com/privacy-policy
URL della Pagina della Politica sulla Privacy https://breachreport.com/privacy-policy
Lingue Supportate 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
    }
}