YouTube Speed Ctrl Firefox

Examine source code of YouTube Speed Ctrl

By: Roger
Inspect and view changes in YouTube Speed Ctrl source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "YouTube Speed Ctrl",
  "version": "1.1",
  "manifest_version": 3,
  "description": "Control YouTube video playback speed with keyboard shortcuts.",
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-speed-ctrl@yourname.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "toggle-display": {
      "suggested_key": {
        "default": "Ctrl+Shift+S"
      },
      "description": "Toggle speed display"
    }
  }
}

Best YouTube Speed Ctrl Alternatives

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