Video Speed Controller icon

Video Speed Controller

Extension Actions

How to install Open in Chrome Web Store
CRX ID
ndbdjjgcjmdenadephbmglknakcnalil
Status
  • Extension status: Featured
Description from extension meta

Control HTML video speed.

Image from store
Video Speed Controller
Description from store

Control Youtube video speed with shortcuts. Unlike Youtube original speed adjustment, you can speed up as much as you want.
- Ctrl + Shift + L : Speed Up.
- Ctrl + Shift + J : Speed Down.
- Ctrl + Shift + K : Speed Neutral.

You can customize the shortcuts at chrome://extensions/shortcuts.

The source code is fully available.
https://github.com/jojonki/video-speed-controller

Latest reviews

Ran Ro
Request new feature for Video Speed Controller 1- set desired speed e.g. x3 2- select starting speed e.g. x1.5 3- % of video passed until desired speed is reach e.g. 60% The video begins at x1.5 and increases gradually as a function of time based on the duration of the video until it reaches 60% therein it will reaches x3 speed. e.g. at 60% of elapsed video duration it will be playbackRate = x1.5 + (x3 - x1.5) * (currentTime / duration) / 0.6
Ran Ro
Request new feature for Video Speed Controller 1- set desired speed e.g. x3 2- select starting speed e.g. x1.5 3- % of video passed until desired speed is reach e.g. 60% The video begins at x1.5 and increases gradually as a function of time based on the duration of the video until it reaches 60% therein it will reaches x3 speed. e.g. at 60% of elapsed video duration it will be playbackRate = x1.5 + (x3 - x1.5) * (currentTime / duration) / 0.6