Secured Downloads

Scan your downloads and make sure you are secured

Vad är Secured Downloads?

Secured Downloads är en Chrome-tillägg utvecklad av https://doc2google.com, och dess huvudfunktion är "Scan your downloads and make sure you are secured".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Secured Downloads-förlängningens CRX-fil

Ladda ner Secured Downloads-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Secured Downloads Secured Downloads
ID lcekjafcocnndfjnomgjjaajpkbcigfa
Officiell webbadress https://chromewebstore.google.com/detail/secured-downloads/lcekjafcocnndfjnomgjjaajpkbcigfa
Beskrivning Scan your downloads and make sure you are secured
Filstorlek 8.98 MB
Antal Installationer 1,552
Aktuell Version 1.1.2
Senast Uppdaterad 2020-09-15
Publiceringsdatum 2019-11-07
Betyg 4.57/5 Totalt 7 Betyg
Utvecklare https://doc2google.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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';"
}