Video Speed Wheel Firefox

Examine source code of Video Speed Wheel

By: frort
Inspect and view changes in Video Speed Wheel source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Video Speed Wheel",
  "version": "0.1.0",
  "description": "Adjust video playback speed by mouse wheel.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "video-speed-wheel@example.org",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": []
}

Best Video Speed Wheel Alternatives

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