Download Virus Scanner

Auto scan all the download files against well-known anti-viruses using VirusTotal API.

Download Virus Scannerคืออะไร?

Download Virus Scanner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://virus-scanner.freebusinessapps.net และคุณลักษณะหลักของมันคือ "Auto scan all the download files against well-known anti-viruses using VirusTotal API."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download Virus Scanner

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

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

                        Want to check if a file you downloaded is a virus? Just install our software
extension today and you can use 20+ antivirus softwares to scan the suspected file.
Steps to check your file for viruses
Install our extension
Get an API key from Virustotal
Upload your file and let over 20+ antivirus software scan the file
This would allow you to have a good idea on whether the file is a virus or not. The
service is 100% free and takes a few minutes to scan your file.

The file you upload will be scanned by reputable antivirus software such as
- Avast
- AVG
- BitDefender
- Mcafee
- TrendMicro
- Symantec and many more antivirus brands. Try it out today                    

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

ชื่อ Download Virus Scanner Download Virus Scanner
ID ldhlapfekgpknjhffocedpflhipfpjbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-virus-scanner/ldhlapfekgpknjhffocedpflhipfpjbi
คำอธิบาย Auto scan all the download files against well-known anti-viruses using VirusTotal API.
ขนาดไฟล์ 285 KB
จำนวนการติดตั้ง 5,000
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2022-08-30
วันที่เผยแพร่ 2020-06-29
คะแนน 2.44/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://virus-scanner.freebusinessapps.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://virus-scanner.freebusinessapps.net
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistant": false,
        "service_worker": "\/js\/bg-worker.js"
    },
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "homepage_url": "https:\/\/virus-scanner.freebusinessapps.net\/",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "256": "images\/256.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "512": "images\/512.png",
        "64": "images\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/www.virustotal.com\/*"
    ],
    "version": "3.0.0",
    "action": {
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "64": "images\/64.png"
        },
        "default_popup": "popup.html"
    }
}