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