Virus Checker for Downloads

Automatically check all the download files against well-known anti-viruses using VirusTotal API

Virus Checker for Downloadsคืออะไร?

Virus Checker for Downloads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yokris.dev และคุณลักษณะหลักของมันคือ "Automatically check all the download files against well-known anti-viruses using VirusTotal API"

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

screenshot
screenshot

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

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

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

                        The "Virus Checker for Downloads" extension provides an additional security level to your browsing experience by checking all download links against 68 antivirus solutions. The extension needs zero configuration. Once a new download request is submitted, the download link is sent to VirusTotal web service and will be checked for viruses. Once the report is ready, the extension evaluates the response and notify you if the link is a threat. If there are more than pre-defined positive responses to the link, a warning window will appear to notify you about the possible threats of this download. You can either decide to allow or deny this download.

Features:
1. Check every downloading job that is placed  to the download manager 
2. Works asynchronously, which means your downloading job is not being interrupted.
3. Respects the rate limits of VirusTotal free API (it only checks once per 20 seconds for job results)

What is VirusTotal (from Wikipedia):
---
VirusTotal aggregates many antivirus products and online scan engines to check for viruses that the user's antivirus may have missed, or to verify against any false positives. Files up to 128 MB can be uploaded to the website or sent via email. Anti-virus software vendors can receive copies of files that were flagged by other scans but passed by their engine, to help improve their software and, by extension, VirusTotal's capability. Users can also scan suspect URLs and search through the VirusTotal dataset. VirusTotal for dynamic analysis of malware use Cuckoo sandbox. VirusTotal was selected by PC World as one of the best 100 products of 2007.
---

Privacy Policy:
https://add0n.com/policies/yokris.dev.txt                    

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

ชื่อ Virus Checker for Downloads Virus Checker for Downloads
ID olldjcoidgojgheennokeojekgepgnhg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/virus-checker-for-downloa/olldjcoidgojgheennokeojekgepgnhg
คำอธิบาย Automatically check all the download files against well-known anti-viruses using VirusTotal API
ขนาดไฟล์ 77.92 KB
จำนวนการติดตั้ง 14,270
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2021-07-22
วันที่เผยแพร่ 2019-08-12
คะแนน 3.20/5 รวมทั้งหมด 49 คะแนน
ผู้พัฒนา yokris.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://add0n.com/virus-checker.html
URL หน้าช่วยเหลือ https://add0n.com/virus-checker.html
URL หน้านโยบายความเป็นส่วนตัว https://add0n.com/policies/yokris.dev.txt
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Virus Checker for Downloads",
    "description": "Automatically check all the download files against well-known anti-viruses using VirusTotal API",
    "version": "0.2.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "downloads",
        "notifications",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/www.virustotal.com\/*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_title": "Badge number displays the number of active scanning jobs. Click to abort these jobs."
    },
    "homepage_url": "https:\/\/add0n.com\/virus-checker.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "options_ui": {
        "page": "data\/options\/index.html"
    }
}