Secured Downloads

Scan your downloads and make sure you are secured

Cos'è Secured Downloads?

Secured Downloads è un'estensione di Chrome sviluppata da https://doc2google.com, e la sua funzione principale è "Scan your downloads and make sure you are secured".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Secured Downloads

Scarica i file di estensione Secured Downloads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Secured Downloads Secured Downloads
ID lcekjafcocnndfjnomgjjaajpkbcigfa
URL Ufficiale https://chromewebstore.google.com/detail/secured-downloads/lcekjafcocnndfjnomgjjaajpkbcigfa
Descrizione Scan your downloads and make sure you are secured
Dimensione del File 8.98 MB
Conteggio Installazioni 1,552
Versione Corrente 1.1.2
Ultimo Aggiornamento 2020-09-15
Data di Pubblicazione 2019-11-07
Valutazione 4.57/5 Totale 7 Valutazioni
Sviluppatore https://doc2google.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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';"
}