Rich Video Speed Controller Firefox

Examine source code of Rich Video Speed Controller

Inspect and view changes in Rich Video Speed Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Rich Video Speed Controller",
  "version": "1.0",
  "description": "Control video playback speed with keyboard shortcuts (S to slow down, D to speed up)",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "video-speed-controller@example.com"
    }
  }
}

Best Rich Video Speed Controller Alternatives

Here are some Firefox add-ons that are similar to Rich Video Speed Controller: