inlyse Browser Security

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

Qu'est-ce que inlyse Browser Security ?

inlyse Browser Security est une extension Chrome développée par INLYSE, et sa fonction principale est "The inlyse Browser Security extension provides more security while browsing the Internet.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension inlyse Browser Security

Téléchargez les fichiers d'extension inlyse Browser Security au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom inlyse Browser Security inlyse Browser Security
ID mmidlhdellhcbkmmkhjlhndohjfahlbe
URL Officiel https://chromewebstore.google.com/detail/inlyse-browser-security/mmidlhdellhcbkmmkhjlhndohjfahlbe
Description The inlyse Browser Security extension provides more security while browsing the Internet.
Taille du Fichier 2.67 MB
Nombre d'Installations 87
Version Actuelle 1.4.2
Dernière Mise à Jour 2023-01-12
Date de Publication 2021-02-03
Évaluation 5.00/5 Total 7 Évaluations
Développeur INLYSE
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.inlyse.com
URL de la Page de Politique de Confidentialité https://www.inlyse.com/privacypolicy.html
Langues Prises en Charge 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"
}