Secured Downloads

Scan your downloads and make sure you are secured

Apa itu Secured Downloads?

Secured Downloads adalah ekstensi Chrome yang dikembangkan oleh https://doc2google.com, dan fitur utamanya adalah "Scan your downloads and make sure you are secured".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Secured Downloads

Unduh file ekstensi Secured Downloads dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Secured Downloads Secured Downloads
ID lcekjafcocnndfjnomgjjaajpkbcigfa
URL Resmi https://chromewebstore.google.com/detail/secured-downloads/lcekjafcocnndfjnomgjjaajpkbcigfa
Deskripsi Scan your downloads and make sure you are secured
Ukuran File 8.98 MB
Jumlah Instalasi 1,552
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2020-09-15
Tanggal Publikasi 2019-11-07
Penilaian 4.57/5 Total 7 Penilaian
Pengembang https://doc2google.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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';"
}