MRsec Exe Blocker

MRsec Exe Blocker

Blocks downloads of executable filetypes (exe, com, bat, cmd, vbs).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Blocks downloads of executable filetypes (exe, com, bat, cmd, vbs).",
  "manifest_version": 2,
  "name": "MRsec Exe Blocker",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "version": "1.0.2",
  "options_page": "options.html",
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}