Microsoft Defender Browser Protection

Protect yourself against online threats, like phishing and malicious websites, with real-time protection from Microsoft.

Microsoft Defender Browser Protectionคืออะไร?

Microsoft Defender Browser Protection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browserprotection.microsoft.com และคุณลักษณะหลักของมันคือ "Protect yourself against online threats, like phishing and malicious websites, with real-time protection from Microsoft."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Microsoft Defender Browser Protection

ดาวน์โหลดไฟล์ส่วนขยาย Microsoft Defender Browser Protection ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Currently supported region(s):  United States 

The Microsoft Defender Browser Protection extension helps protect you against online threats, such as links in phishing emails and websites designed to trick you into downloading and installing malicious software that can harm your computer. 

If you click a malicious link in an email or navigate to a site designed to trick you into disclosing financial, personal or other sensitive information, or a website that hosts malware, Microsoft Defender Browser Protection will check it against a constantly updated list of malicious URLs known to Microsoft. 

If the malicious link matches one on the list, Microsoft Defender Browser Protection will show a red warning screen letting you know that the web page you are about to visit is known to be harmful, giving you a clear path back to safety with one click.

Privacy statement: https://privacy.microsoft.com/en-us/privacystatement

 •  Continuously updated list of reported harmful sites
 •  Protects against phishing sites and socially engineered malware sites
 •  Real-time indicator of harmful sites and website status
 •  V1.62 – Initial Release
 •  V1.63 – Fixed Chromebook issue
 •  V1.65 – Added “Report Suspicious Site” feature, and ability to 
demonstrate the extension’s protection
 •  V1.66 – Improve protection and performance. Add Group Policy 
controls.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Microsoft Defender Browser Protection Microsoft Defender Browser Protection
ID bkbeeeffjjeopflfhgeknacdieedcoml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/microsoft-defender-browse/bkbeeeffjjeopflfhgeknacdieedcoml
คำอธิบาย Protect yourself against online threats, like phishing and malicious websites, with real-time protection from Microsoft.
ขนาดไฟล์ 240 KB
จำนวนการติดตั้ง 2,543,663
เวอร์ชันปัจจุบัน 1.664
อัปเดตครั้งล่าสุด 2023-07-25
วันที่เผยแพร่ 2020-06-02
คะแนน 4.17/5 รวมทั้งหมด 610 คะแนน
ผู้พัฒนา https://browserprotection.microsoft.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://go.microsoft.com/fwlink?LinkId=521839
ภาษาที่รองรับ en-US
manifest.json
{
    "short_name": "Microsoft Defender Browser Protection",
    "name": "Microsoft Defender Browser Protection",
    "manifest_version": 3,
    "version": "1.664",
    "description": "Protect yourself against online threats, like phishing and malicious websites, with real-time protection from Microsoft.",
    "background": {
        "service_worker": "sw_background.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "24": "assets\/icon24.png",
            "32": "assets\/icon32.png"
        },
        "default_popup": "pages\/popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "incognito": "split",
    "permissions": [
        "tabs",
        "storage",
        "webNavigation"
    ],
    "storage": {
        "managed_schema": "PolicySchema.json"
    },
    "host_permissions": [
        "https:\/\/*.smartscreen.microsoft.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}