YouTube Time Blocker Firefox

Examine source code of YouTube Time Blocker

By: Cabos Add-on
Inspect and view changes in YouTube Time Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Time Blocker",
  "version": "1.0",
  "description": "Blocks access to YouTube during a set time span.",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://www.youtube.com/*",
    "*://youtu.be/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b2850d74-0729-472c-a6ae-b31ed69f9e4a}"
    }
  }
}

Best YouTube Time Blocker Alternatives

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