A Chrome extension that adds custom 5-second fast-forward and rewind buttons beside the YouTube video timer.
Note: This extension is designed for mouse users. If you primarily use keyboard shortcuts, YouTube already has built-in shortcuts (Left/Right arrow keys skip backward/forward by 5 seconds) that work without any extension.
- ✨ Adds two buttons beside the video timer on YouTube
- ⏪ Rewind 5 seconds
- ⏩ Fast-forward 5 seconds
- 🎯 Only appears on YouTube video pages
- 🎨 Matches YouTube's native control style
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" (toggle in the top right)
- Click "Load unpacked"
- Select the folder containing this extension
- The extension is now installed!
- Go to any YouTube video
- Look for the two new buttons beside the video timer (bottom left of the player)
- Click the left button (◄◄ 5) to rewind 5 seconds
- Click the right button (►► 5) to fast-forward 5 seconds
For keyboard users: YouTube's native shortcuts (Left arrow = rewind 5s, Right arrow = forward 5s) provide the same functionality without requiring this extension.
manifest.json- Extension configurationcontent.js- Main functionality scriptstyles.css- Button stylingicon16.png,icon48.png,icon128.png- Extension icons
- The extension works on YouTube's dynamic page navigation
- Buttons automatically appear when you navigate to a video
- Compatible with YouTube's native controls