Video Speed & Volume Control Firefox

Examine source code of Video Speed & Volume Control

By: Jay
Inspect and view changes in Video Speed & Volume Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Video Speed & Volume Control",
  "version": "1.0.1",
  "description": "Control for speed and volume when playing HTML5 videos.",
  "permissions": [
    "storage",
    "scripting",
    "activeTab"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "video-speed-and-volume-controller@jayc180.dev",
      "strict_min_version": "109.0"
    }
  }
}

Best Video Speed & Volume Control Alternatives

Here are some Firefox add-ons that are similar to Video Speed & Volume Control: