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文件

下載Emsisoft Browser Security擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}