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
官方網址 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"
            ]
        }
    ]
}