Emsisoft Browser Security

Blocks dangerous websites that distribute malware and prevents phishing attacks.

Что такое Emsisoft Browser Security?

Emsisoft Browser Security - это расширение Chrome, разработанное https://www.emsisoft.com, и его основная функция - "Blocks dangerous websites that distribute malware and prevents phishing attacks.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Emsisoft Browser Security

Скачайте файлы расширений 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
Электронная почта [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\/*"
    ]
}