MalwareAI Browser Security

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

什麼是MalwareAI Browser Security?

MalwareAI Browser Security是由https://malware.ai開發的Chrome擴展程式,該擴展的主要功能是“The MalwareAI Browser Security extension provides more security while browsing the Internet.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載MalwareAI Browser Security擴展crx文件

下載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
官方網址 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"
}