MalwareAI Browser Security

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

MalwareAI Browser Security là gì?

MalwareAI Browser Security là một tiện ích mở rộng Chrome được phát triển bởi https://malware.ai, và tính năng chính của nó là "The MalwareAI Browser Security extension provides more security while browsing the Internet.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MalwareAI Browser Security

Tải xuống các tệp mở rộng MalwareAI Browser Security dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MalwareAI Browser Security MalwareAI Browser Security
ID fjbjbkoepflddmlieaicfhelkdmkbcdb
URL Chính Thức https://chromewebstore.google.com/detail/malwareai-browser-securit/fjbjbkoepflddmlieaicfhelkdmkbcdb
Mô tả The MalwareAI Browser Security extension provides more security while browsing the Internet.
Kích Thước Tệp 2.25 MB
Số Lần Cài Đặt 1,035
Phiên Bản Hiện Tại 1.4.2
Cập Nhật Lần Cuối 2023-01-27
Ngày Phát Hành 2021-02-04
Đánh Giá 5.00/5 Tổng số 25 Đánh Giá
Nhà Phát Triển https://malware.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.malware.ai/
URL Trang Trợ Giúp https://www.malware.ai/
URL Trang Chính Sách Bảo Mật https://www.inlyse.com/privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}