YT-HighLighter
A timecode tracker for YouTube
YT-HighLighter란 무엇입니까?
YT-HighLighter은(는) flyseed에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A timecode tracker for YouTube"입니다.
확장 프로그램 스크린샷
YT-HighLighter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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. 확장 프로그램 기본 정보
| 이름 | |
| ID | emahhjficejdbffpflmncnflpmphohof |
| 공식 URL | https://chromewebstore.google.com/detail/yt-highlighter/emahhjficejdbffpflmncnflpmphohof |
| 설명 | A timecode tracker for YouTube |
| 파일 크기 | 275 KB |
| 설치 횟수 | 162 |
| 현재 버전 | 0.13 |
| 최근 업데이트 | 2022-07-24 |
| 출시 날짜 | 2020-02-19 |
| 평점 | 5.00/5 총 3 개의 평점 |
| 개발자 | flyseed |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 지원되는 언어 | 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": [
" | |