Block Malicious File Downloads

Block malicious files from being unintentionally downloaded.

What is Block Malicious File Downloads?

Block Malicious File Downloads is a Chrome extension developed by https://proco-it.com, and its main feature is "Block malicious files from being unintentionally downloaded.".

Extension Screenshots

screenshot

Download Block Malicious File Downloads Extension CRX File

Download Block Malicious File Downloads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Block Malicious File Downloads Block Malicious File Downloads
ID lejimdgpnpmdkjcolihbegmhhmfdbjae
Official URL https://chromewebstore.google.com/detail/block-malicious-file-down/lejimdgpnpmdkjcolihbegmhhmfdbjae
Description Block malicious files from being unintentionally downloaded.
File Size 9.52 KB
Installation Count 2,444
Current Version 0.3
Last Updated 2021-02-22
Publish Date 2016-10-14
Rating 4.25/5 Total 8 Ratings
Developer https://proco-it.com
Email [email protected]
Payment Type free
Supported Languages 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
}