inlyse Browser Security

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

Was ist inlyse Browser Security?

inlyse Browser Security ist eine Chrome-Erweiterung, die von INLYSE entwickelt wurde, und ihr Hauptmerkmal ist "The inlyse Browser Security extension provides more security while browsing the Internet.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

inlyse Browser Security-Erweiterungs-CRX-Datei herunterladen

Laden Sie inlyse Browser Security-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name inlyse Browser Security inlyse Browser Security
ID mmidlhdellhcbkmmkhjlhndohjfahlbe
Offizielle URL https://chromewebstore.google.com/detail/inlyse-browser-security/mmidlhdellhcbkmmkhjlhndohjfahlbe
Beschreibung The inlyse Browser Security extension provides more security while browsing the Internet.
Dateigröße 2.67 MB
Installationsanzahl 87
Aktuelle Version 1.4.2
Letztes Update 2023-01-12
Veröffentlichungsdatum 2021-02-03
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler INLYSE
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.inlyse.com
URL der Datenschutzrichtlinien-Seite https://www.inlyse.com/privacypolicy.html
Unterstützte Sprachen 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"
}