Secured Downloads

Scan your downloads and make sure you are secured

Was ist Secured Downloads?

Secured Downloads ist eine Chrome-Erweiterung, die von https://doc2google.com entwickelt wurde, und ihr Hauptmerkmal ist "Scan your downloads and make sure you are secured".

Erweiterungsscreenshots

screenshot
screenshot

Secured Downloads-Erweiterungs-CRX-Datei herunterladen

Laden Sie Secured Downloads-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Secured Downloads Secured Downloads
ID lcekjafcocnndfjnomgjjaajpkbcigfa
Offizielle URL https://chromewebstore.google.com/detail/secured-downloads/lcekjafcocnndfjnomgjjaajpkbcigfa
Beschreibung Scan your downloads and make sure you are secured
Dateigröße 8.98 MB
Installationsanzahl 1,552
Aktuelle Version 1.1.2
Letztes Update 2020-09-15
Veröffentlichungsdatum 2019-11-07
Bewertung 4.57/5 Insgesamt 7 Bewertungen
Entwickler https://doc2google.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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';"
}