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
公式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
Eメール [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"
}