Breach Report
Check whether your emails, and the websites you visit were compromised in public data leaks.
What is Breach Report?
Breach Report is a Chrome extension developed by http://breachreport.com, and its main feature is "Check whether your emails, and the websites you visit were compromised in public data leaks.".
Extension Screenshots
Download Breach Report Extension CRX File
Download Breach Report extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | cpehekgbmljmbhcnjomdnoblmjgkllhn |
Official URL | https://chrome.google.com/webstore/detail/breach-report/cpehekgbmljmbhcnjomdnoblmjgkllhn |
Description | Check whether your emails, and the websites you visit were compromised in public data leaks. |
File Size | 1.43 MB |
Installation Count | 42 |
Current Version | 1.0.4 |
Last Updated | 2020-06-04 |
Publish Date | 2020-06-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://breachreport.com |
[email protected] | |
Payment Type | free |
Extension Website | https://breachreport.com/ |
Help Page URL | https://breachreport.com/privacy-policy |
Privacy Policy Page URL | https://breachreport.com/privacy-policy |
Supported Languages | 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 } } |