YouTube Time Tracker / Limiter Firefox

Examine source code of YouTube Time Tracker / Limiter

Inspect and view changes in YouTube Time Tracker / Limiter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Time Tracker and Limiter",
  "version": "0.4.2",
  "permissions": [
    "tabs",
    "storage",
    "alarms",
    "activeTab",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "assets/icons/icon.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "assets/icons/icon-16.png",
    "48": "assets/icons/icon-48.png",
    "128": "assets/icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{63011059-0632-4d8a-b839-8bdb3952c4f4}"
    }
  }
}

Best YouTube Time Tracker / Limiter Alternatives

Here are some Firefox add-ons that are similar to YouTube Time Tracker / Limiter: