Fullscreen Video Speed Controller

Control playback speed, and seek for fullscreen videos with extended shortcuts

코드가 업데이트된 버전 목록입니다. 모든 버전 보기

  • v2.3.0 2026-02-06

    feat: prevent default behavior and stop propagation for controlled keys

  • v2.2.0 2025-11-11

    Added 90-second jump controls with `O` (backward) and `P` (forward) keys, plus improved time boundary handling.

  • v2.1.1 2025-06-13
  • v2.1.0 2025-06-10

    fix(sync): improve audio/video synchronization when resetting playback speed

    - Added logic to adjust `currentTime` when playback speed is reset to 1x, ensuring smoother audio/video sync.
    - Removed the `i` key functionality for manual sync adjustment via `seekVideo(0.00001)`, as it is now automated.

  • v2.0.0 2025-05-16

    update namespace

  • v2.0.0 2025-05-16