Emsisoft Browser Security

Blocks dangerous websites that distribute malware and prevents phishing attacks.

What is Emsisoft Browser Security?

Emsisoft Browser Security is a Chrome extension developed by https://www.emsisoft.com, and its main feature is "Blocks dangerous websites that distribute malware and prevents phishing attacks.".

Extension Screenshots

screenshot
screenshot

Download Emsisoft Browser Security Extension CRX File

Download Emsisoft Browser Security extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Emsisoft Browser Security Emsisoft Browser Security
ID jfofijpkapingknllefalncmbiienkab
Official URL https://chromewebstore.google.com/detail/emsisoft-browser-security/jfofijpkapingknllefalncmbiienkab
Description Blocks dangerous websites that distribute malware and prevents phishing attacks.
File Size 99.12 KB
Installation Count 121,616
Current Version 2023.8.0.56
Last Updated 2023-09-21
Publish Date 2019-03-08
Rating 4.69/5 Total 75 Ratings
Developer https://www.emsisoft.com
Email [email protected]
Payment Type free
Extension Website https://www.emsisoft.com/
Help Page URL https://helpdesk.emsisoft.com/
Privacy Policy Page URL https://www.emsisoft.com/en/company/privacy
Supported Languages 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\/*"
    ]
}