Block Malicious File Downloads
Block malicious files from being unintentionally downloaded.
Block Malicious File Downloads란 무엇입니까?
Block Malicious File Downloads은(는) https://proco-it.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block malicious files from being unintentionally downloaded."입니다.
확장 프로그램 스크린샷
Block Malicious File Downloads 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Block malicious files from being unintentionally downloaded. Useful as an additional layer of security to protect against accidental clicks. Source of malicious file types used: http://cfoc.org/windows-file-extension-list-types-of-files-exploited-by-malware In corporate environments this can be deployed via Group Policy, extensions are not automatically enabled in Incognito mode so we advise disabling incognito mode via group policy too. .exe .msi .msp .com .scr .hta .cpl .msc .jar .bat .cmd .vb .vbs .vbe .js .jse .ws .wsf .wsc .wsh .ps1 .ps1xml .ps2 .ps2xml .psc1 .psc2 .msh .msh1 .msh2 .mshxml .msh1xml .msh2xml .scf .lnk .inf .chm .drv .vxd .dll .swf .gadget
확장 프로그램 기본 정보
이름 | |
ID | lejimdgpnpmdkjcolihbegmhhmfdbjae |
공식 URL | https://chromewebstore.google.com/detail/block-malicious-file-down/lejimdgpnpmdkjcolihbegmhhmfdbjae |
설명 | Block malicious files from being unintentionally downloaded. |
파일 크기 | 9.52 KB |
설치 횟수 | 2,444 |
현재 버전 | 0.3 |
최근 업데이트 | 2021-02-22 |
출시 날짜 | 2016-10-14 |
평점 | 4.25/5 총 8 개의 평점 |
개발자 | https://proco-it.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Block Malicious File Downloads", "description": "Block malicious files from being unintentionally downloaded.", "version": "0.3", "background": { "scripts": [ "bg.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "downloads" ], "content_security_policy": "script-src 'self' chrome-extension-resource: 'unsafe-eval'; default-src 'self'", "manifest_version": 2 } |