Secured Downloads

Scan your downloads and make sure you are secured

What is Secured Downloads?

Secured Downloads is a Chrome extension developed by https://doc2google.com, and its main feature is "Scan your downloads and make sure you are secured".

Extension Screenshots

screenshot
screenshot

Download Secured Downloads Extension CRX File

Download Secured Downloads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Secured Downloads Secured Downloads
ID lcekjafcocnndfjnomgjjaajpkbcigfa
Official URL https://chromewebstore.google.com/detail/secured-downloads/lcekjafcocnndfjnomgjjaajpkbcigfa
Description Scan your downloads and make sure you are secured
File Size 8.98 MB
Installation Count 1,552
Current Version 1.1.2
Last Updated 2020-09-15
Publish Date 2019-11-07
Rating 4.57/5 Total 7 Ratings
Developer https://doc2google.com
Email [email protected]
Payment Type free
Supported Languages 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';"
}