Breach Report

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

Τι είναι το Breach Report;

Το Breach Report είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://breachreport.com, και η κύρια λειτουργία του είναι "Check whether your emails, and the websites you visit were compromised in public data leaks.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Breach Report

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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
    }
}