OPSWAT File Security for Chrome

Scan files and downloads with OPSWAT File Security for Chrome

OPSWAT File Security for Chrome là gì?

OPSWAT File Security for Chrome là một tiện ích mở rộng Chrome được phát triển bởi OPSWAT, và tính năng chính của nó là "Scan files and downloads with OPSWAT File Security for Chrome".

Ả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 OPSWAT File Security for Chrome

Tải xuống các tệp mở rộng OPSWAT File Security for Chrome 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

                        Scan every download from your Chrome browser with over 30 anti-malware engines and industry-leading vulnerability scanning technology. OPSWAT File Security for Chrome is an easy-to-use tool that examines every download via MetaDefender Cloud. Leverage the file hash database, fast multi-scanning, patented vulnerability scanning and effective data sanitization (CDR) to detect and block threats in files and applications before you download them.

You can also try out MetaDefender Cloud by visiting https://metadefender.opswat.com                    

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

Tên OPSWAT File Security for Chrome OPSWAT File Security for Chrome
ID fjampemfhdfmangifafmianhokmpjbcj
URL Chính Thức https://chromewebstore.google.com/detail/opswat-file-security-for/fjampemfhdfmangifafmianhokmpjbcj
Mô tả Scan files and downloads with OPSWAT File Security for Chrome
Kích Thước Tệp 693 KB
Số Lần Cài Đặt 8,920
Phiên Bản Hiện Tại 4.0.8
Cập Nhật Lần Cuối 2024-01-26
Ngày Phát Hành 2020-04-29
Đánh Giá 4.36/5 Tổng số 73 Đánh Giá
Nhà Phát Triển OPSWAT
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.opswat.com
URL Trang Trợ Giúp https://onlinehelp.opswat.com/mdcloud/OPSWAT_File_Security_for_Chrome.html
URL Trang Chính Sách Bảo Mật https://www.opswat.com/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "4.0.8",
    "manifest_version": 3,
    "short_name": "__MSG_appShortName__",
    "action": {
        "default_popup": "index.html",
        "default_title": "__MSG_browserActionTitle__",
        "default_icon": {
            "19": ".\/icon-19.png",
            "38": ".\/icon-38.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "icons": {
        "16": ".\/icon-16.png",
        "48": ".\/icon-128.png",
        "128": ".\/icon-128.png"
    },
    "options_page": "index.html#\/settings",
    "permissions": [
        "contextMenus",
        "cookies",
        "downloads",
        "notifications",
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "file:\/\/*",
        ""
    ],
    "content_security_policy": {
        "extension_pages": "object-src 'self'; script-src 'self'"
    }
}