OPSWAT File Security for Chrome

Scan files and downloads with OPSWAT File Security for Chrome

什么是OPSWAT File Security for Chrome?

OPSWAT File Security for Chrome是由OPSWAT开发的Chrome扩展程序,该扩展的主要功能是“Scan files and downloads with OPSWAT File Security for Chrome”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载OPSWAT File Security for Chrome扩展crx文件

下载OPSWAT File Security for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 OPSWAT File Security for Chrome OPSWAT File Security for Chrome
ID fjampemfhdfmangifafmianhokmpjbcj
官方URL https://chromewebstore.google.com/detail/opswat-file-security-for/fjampemfhdfmangifafmianhokmpjbcj
简介 Scan files and downloads with OPSWAT File Security for Chrome
文件大小 693 KB
安装次数 8,920
当前版本 4.0.8
更新时间 2024-01-26
上架时间 2020-04-29
评分 4.36/5 共73次评分
开发者 OPSWAT
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.opswat.com
帮助页面URL https://onlinehelp.opswat.com/mdcloud/OPSWAT_File_Security_for_Chrome.html
隐私政策页面URL https://www.opswat.com/legal/privacy-policy
支持的语言 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'"
    }
}