inlyse Browser Security

The inlyse Browser Security extension provides more security while browsing the Internet.

O que é inlyse Browser Security?

inlyse Browser Security é uma extensão do Chrome desenvolvida por INLYSE, e sua principal característica é "The inlyse Browser Security extension provides more security while browsing the Internet.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão inlyse Browser Security

Baixe arquivos de extensão inlyse Browser Security no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Avoid infections and other unwanted outcomes when you open suspicious documents or links to documents by checking it against inlyse Malware Protection. inlyse Malware Protection is a combination of intelligent image recognition mechanisms and self-learning neural networks to detect malware.

inlyse Browser Security is an extension for Chrome that is accessible from the context menu. It instantly scans inline documents, downloaded documents and links to documents and blocks them if malicious content is found.

Features:
- Protects against links to malicious documents
- Protects against opening malicious inline documents
- Blocks downloading of malicious documents
- Scans documents before viewing them
- Scans documents before downloading them
- Scans files up to 16MB in size, before downloading them from the internet
- Provides possibility to skip scans
- Provides possibility to manually block/unblock downloads und inline documents                    

Informações Básicas da Extensão

Nome inlyse Browser Security inlyse Browser Security
ID mmidlhdellhcbkmmkhjlhndohjfahlbe
URL Oficial https://chromewebstore.google.com/detail/inlyse-browser-security/mmidlhdellhcbkmmkhjlhndohjfahlbe
Descrição The inlyse Browser Security extension provides more security while browsing the Internet.
Tamanho do Arquivo 2.67 MB
Contagem de Instalações 87
Versão Atual 1.4.2
Última Atualização 2023-01-12
Data de Publicação 2021-02-03
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor INLYSE
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.inlyse.com
URL da Página de Política de Privacidade https://www.inlyse.com/privacypolicy.html
Idiomas Suportados de,en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "inlyse Browser Security",
    "version": "1.4.2",
    "description": "The inlyse Browser Security extension provides more security while browsing the Internet.",
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs"
    ],
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "64": "images\/icon64.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png"
    },
    "web_accessible_resources": [
        "html\/*",
        "js\/*",
        "css\/*",
        "images\/*",
        "fonts\/*"
    ],
    "manifest_version": 2,
    "default_locale": "en"
}