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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
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
    }
}