Custom Youtube Playback Speed

Custom Youtube Playback Speed

Easy way to change youtube video playback speed

Total ratings for Custom Youtube Playback Speed
4.00 (Rating count: 4)
Merlin
See reviews for Custom Youtube Playback Speed on Chrome Web Store
Recent reviews for Custom Youtube Playback Speed
Recent rating average: 3.00
All time rating average: 4.00
Rating filters
5 star
0%
4 star
50% (1)
3 star
0%
2 star
50% (1)
1 star
0%
Date Author Rating Lang Comment
2024-04-02
Madame X
Madame X
2023-10-31
Ran Ro
Ran Ro
dynamic playback speed video youtube chrome extension 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 This formula means that the playback rate will start at x1.5 and increase linearly as a function of the current time divided by the duration of the video until it reaches 60% of the duration, where it will reach x3.