Chrome extension that automatically uses YouTube’s built-in Jump Ahead control when YouTube offers it.
It also includes an optional, best-effort chapter-based ad skip feature when YouTube exposes usable chapter metadata.
Not an ad blocker: it does not block, remove, or skip the video ads YouTube plays before or during a video. It only automates skip actions YouTube already provides. Not affiliated with, endorsed by, or sponsored by YouTube or Google LLC.
git clone https://github.com/jiahongc/auto-jump-ahead-for-youtube.git
chrome://extensions/.chrome.storage.sync.YouTube Jump Ahead: ONChapter-Based Ad Skips: ONThis extension works best on videos that have chapters enabled. YouTube’s Jump Ahead and chapter-based skipping both rely on metadata that YouTube generates over time. Newly uploaded videos often lack Jump Ahead buttons and chapter data, so the extension may have nothing to act on until YouTube processes the video further.
For chapter-based ad skipping specifically, the video must have creator-defined chapters or auto-generated chapters visible in the progress bar.
storage: saves the two toggle preferences.| File | Purpose |
|---|---|
manifest.json |
Extension metadata (Manifest V3) |
content.js |
Fallback button detection + toast UI |
injected.js |
Main YouTube data parsing and seek logic |
popup.html / popup.js / popup.css |
Popup settings UI |
generate-icons.py |
Rebuilds icon16/48/128.png |
MIT