Adds a smooth, customizable speed slider to YouTube’s button row
- 🎚 Smooth speed slider (0.1x -> 16x)
- ⚡ Real-time playback speed control
- 🖱 Drag, click, or scroll to adjust speed
- ⌨️ Fully customizable hotkeys
- 💾 Settings auto-save (localStorage)
- ⚙️ Built-in settings modal UI
- 🎯 Adjustable step precision
- 🔒 Safe limits with validation
- Open
chrome://extensions/ - Enable Developer mode
- Click "Load unpacked"
- Select the extension folder
- Make sure it's enabled
- Done 🎉
Click the ⚙️ icon near the slider to open settings.
You can customize:
- Minimum speed
- Maximum speed
- Step value
- Hotkeys (fully rebindable)
- B -> increase speed
- H -> decrease speed
- N -> reset to 1.0x
(you can change them in settings)
- Drag slider -> change speed
- Click on track -> jump to position
- Scroll on widget -> fine adjust
- Reset button -> back to 1x
- Works on YouTube dynamically (no reload needed)
- Handles SPA navigation properly
- Syncs with YouTube’s native playback speed
- presets (1x / 2x / 3x buttons)
- per-channel saved speeds
Simple content-script injection.
No dependencies. Lightweight and fast.
Drop a star or fork it :)

