Block Malicious File Downloads
Block malicious files from being unintentionally downloaded.
Wat is Block Malicious File Downloads?
Block Malicious File Downloads is een Chrome-extensie ontwikkeld door https://proco-it.com, en de belangrijkste functie is "Block malicious files from being unintentionally downloaded.".
Extensie Screenshots
Download het CRX-bestand van de extensie Block Malicious File Downloads
Download Block Malicious File Downloads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | lejimdgpnpmdkjcolihbegmhhmfdbjae |
Officiële URL | https://chromewebstore.google.com/detail/block-malicious-file-down/lejimdgpnpmdkjcolihbegmhhmfdbjae |
Beschrijving | Block malicious files from being unintentionally downloaded. |
Bestandsgrootte | 9.52 KB |
Aantal Installaties | 2,444 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2021-02-22 |
Publicatiedatum | 2016-10-14 |
Beoordeling | 4.25/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://proco-it.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |