Playback Speed Control youtube Firefox

Examine source code of Playback Speed Control youtube

By: Pawan
Inspect and view changes in Playback Speed Control youtube source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Global Speed Controller",
  "version": "1.1",
  "description": "Control HTML5 video/audio playback speed on any website with custom keys and increments.",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "action": {
    "default_icon": {
      "48": "icons/icon-48.png"
    },
    "default_title": "Global Speed Options",
    "default_popup": ""
  },
  "web_accessible_resources": [
    {
      "resources": [
        "speed_indicator.css"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "global-speed-controller@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Playback Speed Control youtube Alternatives

Here are some Firefox add-ons that are similar to Playback Speed Control youtube: