OPSWAT File Security for Chrome

Scan files and downloads with OPSWAT File Security for Chrome

Cos'è OPSWAT File Security for Chrome?

OPSWAT File Security for Chrome è un'estensione di Chrome sviluppata da OPSWAT, e la sua funzione principale è "Scan files and downloads with OPSWAT File Security for Chrome".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione OPSWAT File Security for Chrome

Scarica i file di estensione OPSWAT File Security for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome OPSWAT File Security for Chrome OPSWAT File Security for Chrome
ID fjampemfhdfmangifafmianhokmpjbcj
URL Ufficiale https://chromewebstore.google.com/detail/opswat-file-security-for/fjampemfhdfmangifafmianhokmpjbcj
Descrizione Scan files and downloads with OPSWAT File Security for Chrome
Dimensione del File 693 KB
Conteggio Installazioni 8,920
Versione Corrente 4.0.8
Ultimo Aggiornamento 2024-01-26
Data di Pubblicazione 2020-04-29
Valutazione 4.36/5 Totale 73 Valutazioni
Sviluppatore OPSWAT
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.opswat.com
URL della Pagina di Aiuto https://onlinehelp.opswat.com/mdcloud/OPSWAT_File_Security_for_Chrome.html
URL della Pagina della Politica sulla Privacy https://www.opswat.com/legal/privacy-policy
Lingue Supportate 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'"
    }
}