Intuitive Video Speedup (0.1x - 4x) Firefox

Examine source code of Intuitive Video Speedup (0.1x - 4x)

By: Pek
Inspect and view changes in Intuitive Video Speedup (0.1x - 4x) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Intuitive Video Speedup",
  "version": "1.2.2",
  "description": "Intuitive joystick-style speed and seek control for any HTML5 video. Hover, drag, scroll — no menus needed.",
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png",
    "128": "icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "icon-48.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    },
    "default_title": "Intuitive Video Speedup"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "gsap.min.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "intuitive-video-speedup@local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Intuitive Video Speedup (0.1x - 4x) Alternatives

Here are some Firefox add-ons that are similar to Intuitive Video Speedup (0.1x - 4x):