Emsisoft Browser Security

Blocks dangerous websites that distribute malware and prevents phishing attacks.

Emsisoft Browser Security란 무엇입니까?

Emsisoft Browser Security은(는) https://www.emsisoft.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocks dangerous websites that distribute malware and prevents phishing attacks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Emsisoft Browser Security 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Emsisoft Browser Security protects you from bad websites and prevents phishing attacks without tracking your activity. 

This privacy-conscious browser extension is lightweight and lightning-fast. It blocks access to websites that distribute malware and prevents phishing attacks that try to steal your passwords, while still giving you the flexibility to visit the sites you trust. 

Emsisoft Browser Security uses privacy-conscious security technology, so it does not collect your browsing activity data. Your browsing history is your business. Keeping you safe online is ours. 

No browsing activity tracking. Just security.                    

확장 프로그램 기본 정보

이름 Emsisoft Browser Security Emsisoft Browser Security
ID jfofijpkapingknllefalncmbiienkab
공식 URL https://chromewebstore.google.com/detail/emsisoft-browser-security/jfofijpkapingknllefalncmbiienkab
설명 Blocks dangerous websites that distribute malware and prevents phishing attacks.
파일 크기 99.12 KB
설치 횟수 121,616
현재 버전 2023.8.0.56
최근 업데이트 2023-09-21
출시 날짜 2019-03-08
평점 4.69/5 총 75 개의 평점
개발자 https://www.emsisoft.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.emsisoft.com/
도움말 페이지 URL https://helpdesk.emsisoft.com/
개인정보 보호 정책 페이지 URL https://www.emsisoft.com/en/company/privacy
지원되는 언어 de,en,fr,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Emsisoft Ltd",
    "name": "Emsisoft Browser Security",
    "description": "__MSG_appDesc__",
    "version": "2023.8.0.56",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "128": "assets\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "assets\/logo.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "https:\/\/alomar.emsisoft.com\/*"
    ]
}