YouTube next chapter button

Adds a button to the YouTube player to fast-forward to the next section of the video

What is YouTube next chapter button?

YouTube next chapter button is a Chrome extension developed by Alex Kozack, and its main feature is "Adds a button to the YouTube player to fast-forward to the next section of the video".

Extension Screenshots

screenshot

Download YouTube next chapter button Extension CRX File

Download YouTube next chapter button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This will work for all videos that have been labeled with chapters.                    

Extension Basic Information

Name YouTube next chapter button YouTube next chapter button
ID dnhblfjgbcgeoiidbbhephfmhamfkeak
Official URL https://chromewebstore.google.com/detail/youtube-next-chapter-butt/dnhblfjgbcgeoiidbbhephfmhamfkeak
Description Adds a button to the YouTube player to fast-forward to the next section of the video
File Size 21.94 KB
Installation Count 54
Current Version 2.0.2
Last Updated 2023-10-23
Publish Date 2023-07-27
Rating 5.00/5 Total 2 Ratings
Developer Alex Kozack
Email [email protected]
Payment Type free
Extension Website https://www.buymeacoffee.com/kozack
Help Page URL https://github.com/cawa-93/youtube-forward-timeline/
Supported Languages en,pl,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_APP_NAME__",
    "version": "2.0.2",
    "description": "__MSG_APP_DESCRIPTION__",
    "author": "Alex Kozack  (https:\/\/t.me\/kozack)",
    "homepage_url": "https:\/\/github.com\/cawa-93\/youtube-forward-timeline",
    "default_locale": "en",
    "icons": {
        "373": "YouTubeRewind.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{40ab1417-ef94-48d7-8726-6abe7d07b123}",
            "strict_min_version": "109.0"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}