Secured Downloads

Scan your downloads and make sure you are secured

Hvad er Secured Downloads?

Secured Downloads er en Chrome-udvidelse udviklet af https://doc2google.com, og dens hovedfunktion er "Scan your downloads and make sure you are secured".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Secured Downloads-udvidelses-CRX-fil

Download Secured Downloads-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Secured Downloads Secured Downloads
ID lcekjafcocnndfjnomgjjaajpkbcigfa
Officiel URL https://chromewebstore.google.com/detail/secured-downloads/lcekjafcocnndfjnomgjjaajpkbcigfa
Beskrivelse Scan your downloads and make sure you are secured
Filstørrelse 8.98 MB
Antal Installationer 1,552
Nuværende Version 1.1.2
Senest Opdateret 2020-09-15
Udgivelsesdato 2019-11-07
Bedømmelse 4.57/5 Samlet 7 Bedømmelser
Udvikler https://doc2google.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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';"
}