Youtube Playback speed controller Firefox

Examine source code of Youtube Playback speed controller

Inspect and view changes in Youtube Playback speed controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Youtube Playback speed controller",
  "description": "Control the speed of youtube videos, with no limits.",
  "version": "1.0.2",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/watch*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "storage",
    "*://www.youtube.com/watch*"
  ]
}

Best Youtube Playback speed controller Alternatives

Here are some Firefox add-ons that are similar to Youtube Playback speed controller: