YouTube Speed Controller Pro Firefox

Examine source code of YouTube Speed Controller Pro

Inspect and view changes in YouTube Speed Controller Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Speed Controller",
  "version": "1.1",
  "description": "Control YouTube video playback speed. Set your own hotkeys for speed control.",
  "permissions": [
    "activeTab",
    "storage",
    "*://www.youtube.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "css": [
        "content.css"
      ]
    }
  ],
  "options_ui": {
    "page": "settings.html"
  },
  "applications": {
    "gecko": {
      "id": "{e1b6b28a-bd9a-4cac-8a2a-f1d44782e86d}",
      "strict_min_version": "110.0"
    }
  }
}

Best YouTube Speed Controller Pro Alternatives

Here are some Firefox add-ons that are similar to YouTube Speed Controller Pro: