Breach Report
Check whether your emails, and the websites you visit were compromised in public data leaks.
Wat is Breach Report?
Breach Report is een Chrome-extensie ontwikkeld door http://breachreport.com, en de belangrijkste functie is "Check whether your emails, and the websites you visit were compromised in public data leaks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Breach Report
Download Breach Report-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | cpehekgbmljmbhcnjomdnoblmjgkllhn |
Officiële URL | https://chrome.google.com/webstore/detail/breach-report/cpehekgbmljmbhcnjomdnoblmjgkllhn |
Beschrijving | Check whether your emails, and the websites you visit were compromised in public data leaks. |
Bestandsgrootte | 1.43 MB |
Aantal Installaties | 42 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2020-06-04 |
Publicatiedatum | 2020-06-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://breachreport.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://breachreport.com/ |
Help Pagina-URL | https://breachreport.com/privacy-policy |
URL van de Privacybeleid Pagina | https://breachreport.com/privacy-policy |
Ondersteunde Talen | 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 } } |