YTB Blocker Firefox

Examine source code of YTB Blocker

Inspect and view changes in YTB Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YTB Blocker",
  "version": "2.0",
  "description": "YouTube channels blocker.",
  "icons": {
    "48": "icons/ytbblocker.svg",
    "96": "icons/ytbblocker.svg"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/ytbblocker.svg",
      "32": "icons/ytbblocker.svg"
    },
    "default_title": "YTB Blocker"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ytbblocker@elektrikis.id.lv"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": false
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs"
  ]
}

Best YTB Blocker Alternatives

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