Video Blocker Firefox

Examine source code of Video Blocker

By: c0d3d3v
Inspect and view changes in Video Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Video Blocker",
  "version": "1.8",
  "description": "Blocks all videos on all websites.",
  "permissions": [
    "scripting",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "video.blocker@c0d3d3v",
      "strict_min_version": "58.0"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best Video Blocker Alternatives

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