Video Speed Controller Firefox

Examine source code of Video Speed Controller

Inspect and view changes in 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": "Video Speed Controller",
  "version": "1.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "speed-controller@priyanshu.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "description": "Adjust the playback speed of web videos.",
  "permissions": [
    "activeTab",
    "scripting",
    "tabs",
    "storage"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true
    }
  ]
}

Best Video Speed Controller Alternatives

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