MalwareAI Browser Security

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

Τι είναι το MalwareAI Browser Security;

Το MalwareAI Browser Security είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://malware.ai, και η κύρια λειτουργία του είναι "The MalwareAI Browser Security extension provides more security while browsing the Internet.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MalwareAI Browser Security

Λήψη αρχείων επέκτασης MalwareAI Browser Security σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα MalwareAI Browser Security MalwareAI Browser Security
ID fjbjbkoepflddmlieaicfhelkdmkbcdb
Επίσημο URL https://chromewebstore.google.com/detail/malwareai-browser-securit/fjbjbkoepflddmlieaicfhelkdmkbcdb
Περιγραφή The MalwareAI Browser Security extension provides more security while browsing the Internet.
Μέγεθος Αρχείου 2.25 MB
Αριθμός Εγκαταστάσεων 1,035
Τρέχουσα Έκδοση 1.4.2
Τελευταία Ενημέρωση 2023-01-27
Ημερομηνία Δημοσίευσης 2021-02-04
Αξιολόγηση 5.00/5 Συνολικά 25 Αξιολογήσεις
Προγραμματιστής https://malware.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.malware.ai/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.malware.ai/
URL της Σελίδας Πολιτικής Απορρήτου https://www.inlyse.com/privacypolicy.html
Υποστηριζόμενες Γλώσσες 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"
}