MalwareAI Browser Security

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

Wat is MalwareAI Browser Security?

MalwareAI Browser Security is een Chrome-extensie ontwikkeld door https://malware.ai, en de belangrijkste functie is "The MalwareAI Browser Security extension provides more security while browsing the Internet.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie MalwareAI Browser Security

Download MalwareAI Browser Security-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Malware.AI Browser Security for Chrome

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

Malware.AI 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:
- Completely free
- 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                    

Basisinformatie over de Extensie

Naam MalwareAI Browser Security MalwareAI Browser Security
ID fjbjbkoepflddmlieaicfhelkdmkbcdb
Officiële URL https://chromewebstore.google.com/detail/malwareai-browser-securit/fjbjbkoepflddmlieaicfhelkdmkbcdb
Beschrijving The MalwareAI Browser Security extension provides more security while browsing the Internet.
Bestandsgrootte 2.25 MB
Aantal Installaties 1,035
Huidige Versie 1.4.2
Laatst Bijgewerkt 2023-01-27
Publicatiedatum 2021-02-04
Beoordeling 5.00/5 Totaal 25 Beoordelingen
Ontwikkelaar https://malware.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.malware.ai/
Help Pagina-URL https://www.malware.ai/
URL van de Privacybeleid Pagina https://www.inlyse.com/privacypolicy.html
Ondersteunde Talen de,en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MalwareAI Browser Security",
    "short_name": "malwareai",
    "version": "1.4.2",
    "description": "The MalwareAI 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"
}