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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
            ]
        }
    ]
}