Block Malicious File Downloads
Block malicious files from being unintentionally downloaded.
Was ist Block Malicious File Downloads?
Block Malicious File Downloads ist eine Chrome-Erweiterung, die von https://proco-it.com entwickelt wurde, und ihr Hauptmerkmal ist "Block malicious files from being unintentionally downloaded.".
Erweiterungsscreenshots
Block Malicious File Downloads-Erweiterungs-CRX-Datei herunterladen
Laden Sie Block Malicious File Downloads-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | lejimdgpnpmdkjcolihbegmhhmfdbjae |
Offizielle URL | https://chromewebstore.google.com/detail/block-malicious-file-down/lejimdgpnpmdkjcolihbegmhhmfdbjae |
Beschreibung | Block malicious files from being unintentionally downloaded. |
Dateigröße | 9.52 KB |
Installationsanzahl | 2,444 |
Aktuelle Version | 0.3 |
Letztes Update | 2021-02-22 |
Veröffentlichungsdatum | 2016-10-14 |
Bewertung | 4.25/5 Insgesamt 8 Bewertungen |
Entwickler | https://proco-it.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |