Velocity — Video Speed Controller Firefox

Examine source code of Velocity — Video Speed Controller

Inspect and view changes in Velocity — Video Speed Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Velocity — Video Speed Controller",
  "version": "1.6.0",
  "description": "Take control of every video. Speed up, slow down, and skip any HTML5 video with simple hotkeys and an on-video controller. Set presets from 0.5× to 3×, choose your step, and remember speed per site.",
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{fac9d526-4357-4bef-9e52-280986e23dae}",
      "strict_min_version": "101.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/vs-core.js",
        "src/speed.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_title": "Velocity — Video Speed",
    "default_popup": "src/popup.html",
    "default_icon": {
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "64": "icons/icon-64.png"
    }
  }
}

Best Velocity — Video Speed Controller Alternatives

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