Secured Downloads

Scan your downloads and make sure you are secured

Secured Downloadsคืออะไร?

Secured Downloads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://doc2google.com และคุณลักษณะหลักของมันคือ "Scan your downloads and make sure you are secured"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Secured Downloads

ดาวน์โหลดไฟล์ส่วนขยาย Secured Downloads ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Secured Downloads Secured Downloads
ID lcekjafcocnndfjnomgjjaajpkbcigfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/secured-downloads/lcekjafcocnndfjnomgjjaajpkbcigfa
คำอธิบาย Scan your downloads and make sure you are secured
ขนาดไฟล์ 8.98 MB
จำนวนการติดตั้ง 1,552
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2020-09-15
วันที่เผยแพร่ 2019-11-07
คะแนน 4.57/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://doc2google.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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';"
}