Download Virus Scanner
Auto scan all the download files against well-known anti-viruses using VirusTotal API.
Download Virus Scanner란 무엇입니까?
Download Virus Scanner은(는) https://virus-scanner.freebusinessapps.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto scan all the download files against well-known anti-viruses using VirusTotal API."입니다.
확장 프로그램 스크린샷
Download Virus Scanner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |