YouTime Tracker Firefox

Examine source code of YouTime Tracker

Inspect and view changes in YouTime Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTime Tracker",
  "version": "0.1",
  "description": "Hides suggested videos on YouTube as well as tracks time spent on YouTube.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "webNavigation",
    "tabs",
    "storage",
    "notifications"
  ],
  "browser_action": {
    "default_title": "YouTime Tracker",
    "default_popup": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "hide.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}

Best YouTime Tracker Alternatives

Here are some Firefox add-ons that are similar to YouTime Tracker: