YouTube Turbo Button Firefox

Examine source code of YouTube Turbo Button

Inspect and view changes in YouTube Turbo Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Turbo Button",
  "short_name": "YT Turbo Button",
  "description": "Sets the video playback speed to a specified amount.",
  "version": "0.1.4",
  "author": "Christian Sdunek",
  "applications": {
    "gecko": {
      "id": "ytturbobutton@systemcluster.me",
      "strict_min_version": "57.0"
    }
  },
  "options_ui": {
    "page": "chrome/content/settings_inline.html",
    "chrome_style": true,
    "open_in_tab": false
  },
  "icons": {
    "48": "chrome/skin/icon48.png",
    "64": "chrome/skin/icon64.png",
    "128": "chrome/skin/icon128.png",
    "256": "chrome/skin/icon256.png"
  },
  "background": {
    "scripts": [
      "lib/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "48": "chrome/skin/icon48.png",
      "64": "chrome/skin/icon64.png",
      "128": "chrome/skin/icon128.png",
      "256": "chrome/skin/icon256.png"
    }
  },
  "permissions": [
    "*://*.youtube.com/",
    "activeTab",
    "storage",
    "contextMenus"
  ]
}

Best YouTube Turbo Button Alternatives

Here are some Firefox add-ons that are similar to YouTube Turbo Button: