Highlights for YouTube
View highlights on the video player, that are generated from timestamps found in the description and top comments.
Highlights for YouTube là gì?
Highlights for YouTube là một tiện ích mở rộng Chrome được phát triển bởi Ermag, và tính năng chính của nó là "View highlights on the video player, that are generated from timestamps found in the description and top comments.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Highlights for YouTube
Tải xuống các tệp mở rộng Highlights for YouTube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Highlights for YouTube |
ID | jahmafmcpgdedfjfknmfkhaiejlfdcfc |
URL Chính Thức | https://chromewebstore.google.com/detail/highlights-for-youtube/jahmafmcpgdedfjfknmfkhaiejlfdcfc |
Mô tả | View highlights on the video player, that are generated from timestamps found in the description and top comments. |
Kích Thước Tệp | 41.6 KB |
Số Lần Cài Đặt | 1,797 |
Phiên Bản Hiện Tại | 2.8 |
Cập Nhật Lần Cuối | 2021-12-21 |
Ngày Phát Hành | 2020-06-07 |
Đánh Giá | 4.62/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Ermag |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |