youtube timer Firefox

Examine source code of youtube timer

Inspect and view changes in youtube timer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "My youtube watching behavior beta: shows how much time have you been watching youtube",
  "manifest_version": 2,
  "name": "youtube_analytics",
  "version": "1.1resigned1",
  "applications": {
    "gecko": {
      "id": "youtube@analytics.com"
    }
  },
  "permissions": [
    "tabs",
    "activeTab",
    "notifications",
    "storage",
    "*://*.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "background_script.js"
    ]
  },
  "options_ui": {
    "page": "notification_options.html",
    "browser_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "youtube_behavior.js"
      ]
    }
  ]
}

Best youtube timer Alternatives

Here are some Firefox add-ons that are similar to youtube timer: