YouTube Distraction Blocker Firefox

Examine source code of YouTube Distraction Blocker

Inspect and view changes in YouTube Distraction Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Blocker",
  "version": "4.1",
  "description": "Block non educational YouTube videos",
  "icons": {
    "48": "resources/icon.png"
  },
  "background": {
    "scripts": [
      "js/jquery-3.4.1.min.js",
      "js/youtubeBlocker_service_worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "js/jquery-3.4.1.min.js",
        "js/youtubeBlocker_ContentScript.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "YouTube Blocker",
    "default_popup": "pages/popup.html"
  },
  "options_ui": {
    "page": "pages/options.html",
    "chrome_style": true
  },
  "permissions": [
    "notifications",
    "storage",
    "*://*.youtube.com/*",
    "tabs",
    "webNavigation"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "browser_specific_settings": {
    "gecko": {
      "id": "{3814462a-9703-4be0-a628-90005027e89d}"
    }
  }
}

Best YouTube Distraction Blocker Alternatives

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