Secured Downloads

Scan your downloads and make sure you are secured

Secured Downloadsとは何ですか?

Secured Downloadsはhttps://doc2google.comによって開発されたChromeの拡張機能で、その主な機能は「Scan your downloads and make sure you are secured」です。

拡張機能のスクリーンショット

screenshot
screenshot

Secured Downloads拡張機能のCRXファイルをダウンロード

Secured Downloads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Add the first layer of virus and threat protection by enabling online scan of every download.

Make sure all the files you download are safe and un marked.

This extension scans every download and notifies you if the file is marked by any type of Antivirus.


Update:
* Bug fixes
* Support masked download URLs                    

拡張機能の基本情報

名前 Secured Downloads Secured Downloads
ID lcekjafcocnndfjnomgjjaajpkbcigfa
公式URL https://chromewebstore.google.com/detail/secured-downloads/lcekjafcocnndfjnomgjjaajpkbcigfa
説明 Scan your downloads and make sure you are secured
ファイルサイズ 8.98 MB
インストール数 1,552
現在のバージョン 1.1.2
最終更新日 2020-09-15
公開日 2019-11-07
評価 4.57/5 合計 7 レビュー
開発者 https://doc2google.com
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Secured Downloads",
    "description": "Scan your downloads and make sure you are secured",
    "version": "1.1.2",
    "minimum_chrome_version": "38",
    "permissions": [
        "downloads",
        "webNavigation",
        "notifications",
        "http:\/\/www.virustotal.com\/",
        ""
    ],
    "icons": {
        "16": "icon.png",
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "good.png",
        "bad.jpg",
        "unknown.jpg"
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.virustotal.com https:\/\/ajax.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self';"
}