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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.malware.ai/
عنوان صفحة سياسة الخصوصية 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"
}