Breach Report
Check whether your emails, and the websites you visit were compromised in public data leaks.
Hvad er Breach Report?
Breach Report er en Chrome-udvidelse udviklet af http://breachreport.com, og dens hovedfunktion er "Check whether your emails, and the websites you visit were compromised in public data leaks.".
Udvidelsesskærmbilleder
Download Breach Report-udvidelses-CRX-fil
Download Breach Report-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | cpehekgbmljmbhcnjomdnoblmjgkllhn |
Officiel URL | https://chrome.google.com/webstore/detail/breach-report/cpehekgbmljmbhcnjomdnoblmjgkllhn |
Beskrivelse | Check whether your emails, and the websites you visit were compromised in public data leaks. |
Filstørrelse | 1.43 MB |
Antal Installationer | 42 |
Nuværende Version | 1.0.4 |
Senest Opdateret | 2020-06-04 |
Udgivelsesdato | 2020-06-04 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | http://breachreport.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://breachreport.com/ |
Hjælpeside-URL | https://breachreport.com/privacy-policy |
URL til Fortrolighedspolitik Side | https://breachreport.com/privacy-policy |
Understøttede Sprog | 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 } } |