YouTube next chapter button

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

什么是YouTube next chapter button?

YouTube next chapter button是由Alex Kozack开发的Chrome扩展程序,该扩展的主要功能是“Adds a button to the YouTube player to fast-forward to the next section of the video”。

扩展截图

screenshot

下载YouTube next chapter button扩展crx文件

下载YouTube next chapter button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 YouTube next chapter button YouTube next chapter button
ID dnhblfjgbcgeoiidbbhephfmhamfkeak
官方URL https://chromewebstore.google.com/detail/youtube-next-chapter-butt/dnhblfjgbcgeoiidbbhephfmhamfkeak
简介 Adds a button to the YouTube player to fast-forward to the next section of the video
文件大小 21.94 KB
安装次数 54
当前版本 2.0.2
更新时间 2023-10-23
上架时间 2023-07-27
评分 5.00/5 共2次评分
开发者 Alex Kozack
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.buymeacoffee.com/kozack
帮助页面URL https://github.com/cawa-93/youtube-forward-timeline/
支持的语言 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"
            ]
        }
    ]
}