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
公式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
Eメール [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\/*"
    ]
}