MalwareAI Browser Security

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

Cos'è MalwareAI Browser Security?

MalwareAI Browser Security è un'estensione di Chrome sviluppata da https://malware.ai, e la sua funzione principale è "The MalwareAI Browser Security extension provides more security while browsing the Internet.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MalwareAI Browser Security

Scarica i file di estensione MalwareAI Browser Security in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome MalwareAI Browser Security MalwareAI Browser Security
ID fjbjbkoepflddmlieaicfhelkdmkbcdb
URL Ufficiale https://chromewebstore.google.com/detail/malwareai-browser-securit/fjbjbkoepflddmlieaicfhelkdmkbcdb
Descrizione The MalwareAI Browser Security extension provides more security while browsing the Internet.
Dimensione del File 2.25 MB
Conteggio Installazioni 1,035
Versione Corrente 1.4.2
Ultimo Aggiornamento 2023-01-27
Data di Pubblicazione 2021-02-04
Valutazione 5.00/5 Totale 25 Valutazioni
Sviluppatore https://malware.ai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.malware.ai/
URL della Pagina di Aiuto https://www.malware.ai/
URL della Pagina della Politica sulla Privacy https://www.inlyse.com/privacypolicy.html
Lingue Supportate 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"
}