Playback Speed Controller Firefox

Examine source code of Playback Speed Controller

Par : Saurav
Inspect and view changes in Playback Speed Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Playback Speed Controller",
  "version": "2.1",
  "description": "Control YouTube playback speed on YouTube and other sites.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "yt-speed@saurav.dev",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Meilleures alternatives Playback Speed Controller

Voici quelques Firefox add-ons qui sont similaires à Playback Speed Controller :