YT-HighLighter
A timecode tracker for YouTube
YT-HighLighter là gì?
YT-HighLighter là một tiện ích mở rộng Chrome được phát triển bởi flyseed, và tính năng chính của nó là "A timecode tracker for YouTube".
Ả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 YT-HighLighter
Tải xuống các tệp mở rộng YT-HighLighter 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
A tool for extracting the timecode of a YouTube video from popular comments. 從YouTube影片的熱門評論中搜尋影片亮點並標記在影片上 Features of version 0.13 1. Triggering search automatically without toggle 2. Show multiple comments at same timestamp Features of version 0.12: Make YTHL tag on top of player's indicator Features of version 0.11: Update according to the changes of YouTube UI Features of version 0.10: Fix bug that cause highlight can't be remove. Features of version 0.9: Split comments when the comments is too long. Features of version 0.8: Add timecode from the description of video.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YT-HighLighter |
ID | emahhjficejdbffpflmncnflpmphohof |
URL Chính Thức | https://chromewebstore.google.com/detail/yt-highlighter/emahhjficejdbffpflmncnflpmphohof |
Mô tả | A timecode tracker for YouTube |
Kích Thước Tệp | 275 KB |
Số Lần Cài Đặt | 162 |
Phiên Bản Hiện Tại | 0.13 |
Cập Nhật Lần Cuối | 2022-07-24 |
Ngày Phát Hành | 2020-02-19 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | flyseed |
[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", "name": "YT-HighLighter", "short_name": "YTHL", "version": "0.13", "description": "A timecode tracker for YouTube", "permissions": [ "tabs", "activeTab", "declarativeContent", "scripting" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/YTHL_icon16.png", "32": "images\/YTHL_icon32.png", "48": "images\/YTHL_icon48.png", "128": "images\/YTHL_icon128.png" }, "action": { "default_title": "YTHL" }, "manifest_version": 3, "content_scripts": [], "web_accessible_resources": [ { "resources": [ "injectYT.js", "axios.min.js", "YTHL.css" ], "matches": [ " |