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
Eメール [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"
            ]
        }
    ]
}