Secured Downloads

Scan your downloads and make sure you are secured

Wat is Secured Downloads?

Secured Downloads is een Chrome-extensie ontwikkeld door https://doc2google.com, en de belangrijkste functie is "Scan your downloads and make sure you are secured".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Secured Downloads

Download Secured Downloads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Secured Downloads Secured Downloads
ID lcekjafcocnndfjnomgjjaajpkbcigfa
Officiële URL https://chromewebstore.google.com/detail/secured-downloads/lcekjafcocnndfjnomgjjaajpkbcigfa
Beschrijving Scan your downloads and make sure you are secured
Bestandsgrootte 8.98 MB
Aantal Installaties 1,552
Huidige Versie 1.1.2
Laatst Bijgewerkt 2020-09-15
Publicatiedatum 2019-11-07
Beoordeling 4.57/5 Totaal 7 Beoordelingen
Ontwikkelaar https://doc2google.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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';"
}