Breach Report

Check whether your emails, and the websites you visit were compromised in public data leaks.

ما هو Breach Report؟

Breach Report هو إضافة Chrome تم تطويرها بواسطة http://breachreport.com، والميزة الرئيسية لها هي "Check whether your emails, and the websites you visit were compromised in public data leaks.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Breach Report

قم بتنزيل ملفات الامتداد Breach Report بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.                    

معلومات أساسية عن التمديد

الاسم Breach Report Breach Report
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/
عنوان صفحة المساعدة https://breachreport.com/privacy-policy
عنوان صفحة سياسة الخصوصية 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
    }
}