Breach Report
Check whether your emails, and the websites you visit were compromised in public data leaks.
Breach Report क्या है?
Breach Report http://breachreport.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check whether your emails, and the websites you visit were compromised in public data leaks."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Breach Report एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cpehekgbmljmbhcnjomdnoblmjgkllhn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/breach-report/cpehekgbmljmbhcnjomdnoblmjgkllhn |
विवरण | Check whether your emails, and the websites you visit were compromised in public data leaks. |
फ़ाइल का आकार | 1.43 MB |
स्थापना संख्या | 42 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2020-06-04 |
प्रकाशन तिथि | 2020-06-04 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://breachreport.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://breachreport.com/ |
सहायता पृष्ठ URL | https://breachreport.com/privacy-policy |
गोपनीयता नीति पृष्ठ URL | https://breachreport.com/privacy-policy |
समर्थित भाषाएँ | 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 } } |