Youtube Playback Speed Control (mkr fork) Firefox

Examine source code of Youtube Playback Speed Control (mkr fork)

Inspect and view changes in Youtube Playback Speed Control (mkr fork) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Youtube Playback Speed Control (mkr fork)",
  "version": "1.2.1",
  "manifest_version": 3,
  "author": "mkrframe (fork of Toxblh's Youtube Speed Control)",
  "description": "Control speed of the youtube playback using a keyboard. Press '+' to increase and '-' to decrease the playback speed. Fork of Toxblh/youtube-speed-control.",
  "homepage_url": "https://github.com/mkrframe/youtube-speed-control",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "http://www.youtube.com/*",
    "https://www.youtube.com/*"
  ],
  "options_ui": {
    "page": "src/option/options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "action": {
    "default_title": "Control speed of the youtube playback using a keyboard.",
    "default_icon": {
      "16": "icons/icon16.png",
      "19": "icons/icon19.png",
      "48": "icons/icon48.png"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://www.youtube.com/*",
        "https://www.youtube.com/*"
      ],
      "css": [
        "css/inject.css"
      ],
      "js": [
        "src/inject/inject.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-speed-control@mkrframe.github.io",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Youtube Playback Speed Control (mkr fork) Alternatives

Here are some Firefox add-ons that are similar to Youtube Playback Speed Control (mkr fork):