Highlights for YouTube

View highlights on the video player, that are generated from timestamps found in the description and top comments.

Highlights for YouTubeとは何ですか?

Highlights for YouTubeはErmagによって開発されたChromeの拡張機能で、その主な機能は「View highlights on the video player, that are generated from timestamps found in the description and top comments.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Highlights for YouTube拡張機能のCRXファイルをダウンロード

Highlights for YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        UPDATE: Added controls for navigating between highlights.

See chapters or interesting moments without the need to scroll to the comment/description section. You can toggle the highlights directly from the video player options.

Note: Not all videos will have highlights on them since they are generated from timestamps. Feedback is greatly appreciated!

YouTube is a trademark of Google Inc.                    

拡張機能の基本情報

名前 Highlights for YouTube Highlights for YouTube
ID jahmafmcpgdedfjfknmfkhaiejlfdcfc
公式URL https://chromewebstore.google.com/detail/highlights-for-youtube/jahmafmcpgdedfjfknmfkhaiejlfdcfc
説明 View highlights on the video player, that are generated from timestamps found in the description and top comments.
ファイルサイズ 41.6 KB
インストール数 1,797
現在のバージョン 2.8
最終更新日 2021-12-21
公開日 2020-06-07
評価 4.62/5 合計 13 レビュー
開発者 Ermag
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Highlights for YouTube",
    "version": "2.8",
    "description": "View highlights on the video player, that are generated from timestamps found in the description and top comments.",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "tippy.all.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}