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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ermag และคุณลักษณะหลักของมันคือ "View highlights on the video player, that are generated from timestamps found in the description and top comments."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Highlights for YouTube

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
            ]
        }
    ]
}