Playback Speed Controller Firefox

Examine source code of Playback Speed Controller

제작자: 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"
        ]
      }
    }
  }
}

최고의 Playback Speed Controller 대안

다음은 Playback Speed Controller과(와) 유사한 Firefox add-on입니다: