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
电子邮箱 [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';"
}