Media Type Blocker Firefox

Examine source code of Media Type Blocker

Inspect and view changes in Media Type Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Media Type Blocker",
  "version": "2.1.0",
  "description": "Blocks selected image, audio, and video types based on MIME type.",
  "author": "Thorsten Willert",
  "homepage_url": "https://www.thorsten-willert.de",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage",
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "utils.js",
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{aeb86f67-5d77-4be7-b499-cef14f3a7d07}"
    }
  }
}

Best Media Type Blocker Alternatives

Here are some Firefox add-ons that are similar to Media Type Blocker: