Breach Report
Check whether your emails, and the websites you visit were compromised in public data leaks.
¿Qué es Breach Report?
Breach Report es una extensión de Chrome desarrollada por http://breachreport.com, y su función principal es "Check whether your emails, and the websites you visit were compromised in public data leaks.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Breach Report
Descarga archivos de extensión Breach Report en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | cpehekgbmljmbhcnjomdnoblmjgkllhn |
URL Oficial | https://chrome.google.com/webstore/detail/breach-report/cpehekgbmljmbhcnjomdnoblmjgkllhn |
Descripción | Check whether your emails, and the websites you visit were compromised in public data leaks. |
Tamaño del Archivo | 1.43 MB |
Cantidad de Instalaciones | 42 |
Versión Actual | 1.0.4 |
Última Actualización | 2020-06-04 |
Fecha de Publicación | 2020-06-04 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | http://breachreport.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://breachreport.com/ |
URL de la Página de Ayuda | https://breachreport.com/privacy-policy |
URL de la Página de Política de Privacidad | https://breachreport.com/privacy-policy |
Idiomas Soportados | 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 } } |