Breach Report
Check whether your emails, and the websites you visit were compromised in public data leaks.
Vad är Breach Report?
Breach Report är en Chrome-tillägg utvecklad av http://breachreport.com, och dess huvudfunktion är "Check whether your emails, and the websites you visit were compromised in public data leaks.".
Tilläggsskärmbilder
Ladda ner Breach Report-förlängningens CRX-fil
Ladda ner Breach Report-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | cpehekgbmljmbhcnjomdnoblmjgkllhn |
Officiell webbadress | https://chrome.google.com/webstore/detail/breach-report/cpehekgbmljmbhcnjomdnoblmjgkllhn |
Beskrivning | Check whether your emails, and the websites you visit were compromised in public data leaks. |
Filstorlek | 1.43 MB |
Antal Installationer | 42 |
Aktuell Version | 1.0.4 |
Senast Uppdaterad | 2020-06-04 |
Publiceringsdatum | 2020-06-04 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | http://breachreport.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://breachreport.com/ |
Hjälpsida URL | https://breachreport.com/privacy-policy |
URL till Sekretesspolicy Sidan | https://breachreport.com/privacy-policy |
Stödda Språk | 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 } } |