YouTube New Tab Firefox

Examine source code of YouTube New Tab

Inspect and view changes in YouTube New Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube New Tab",
  "version": "1.1.0",
  "description": "Adds a button to open YouTube videos in a new tab without having to middle click.",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ]
}

Best YouTube New Tab Alternatives

Here are some Firefox add-ons that are similar to YouTube New Tab: