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은(는) https://browserprotection.microsoft.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protect yourself against online threats, like phishing and malicious websites, with real-time protection from Microsoft."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Microsoft Defender Browser Protection 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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