A Chromium extension that adds a popup to your toolbar with:
- An on/off toggle
- A speed slider from
0.1xto4.0x(default:2.0x) - A Turbo speed slider from
2.0xto4.0x(default:2.0x)
When enabled, X videos play at the chosen speed automatically. When disabled, playback returns to normal (1.0x). Settings sync across browsers through chrome.storage.sync.
speed.mp4
- Open
chrome://extensions - Toggle Developer mode on (top right)
- Click Load unpacked
- Select this folder
The icon will appear in your toolbar, click it to open the popup.
| File | Intent |
|---|---|
manifest.json |
MV3 manifest |
popup.html |
Toolbar popup (toggle, sliders, speed display) |
popup.js |
Popup logic, reads/writes settings via chrome.storage.sync |
content.js |
Sets the playback rate, deals with X's SPA nav |
icon.png |
Icon |
Built upon the previous code of the Youtube Speed Controller repository, therefore, may contain redundant code.
Inspired by dobval/youtube2x, a script in which it hardcodes 2x playback on YouTube.
This extension aims to widen it, through an UI, a switch and an adjustable slider.