YouTube Video Blocker Firefox

Examine source code of YouTube Video Blocker

By: Shajirr
Inspect and view changes in YouTube Video Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Video Blocker",
  "version": "2026.5.10",
  "description": "Block YouTube videos based on title / ID / Channel name",
  "browser_specific_settings": {
    "gecko": {
      "id": "@youtube-video-blocker.shajirr",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "contextMenus",
    "webNavigation",
    "downloads",
    "alarms"
  ],
  "background": {
    "scripts": [
      "lib/compromise-two.mjs",
      "background.js"
    ],
    "type": "module"
  },
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "dom-extractors.js",
        "state.js",
        "video-classifier.js"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "YouTube Video Blocker",
    "default_icon": "icon.svg"
  },
  "icons": {
    "16": "icon.svg",
    "32": "icon.svg",
    "48": "icon.svg",
    "128": "icon.svg"
  }
}

Best YouTube Video Blocker Alternatives

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