YT-HighLighter

A timecode tracker for YouTube

YT-HighLighterคืออะไร?

YT-HighLighter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย flyseed และคุณลักษณะหลักของมันคือ "A timecode tracker for YouTube"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YT-HighLighter

ดาวน์โหลดไฟล์ส่วนขยาย YT-HighLighter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YT-HighLighter YT-HighLighter
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": [
                ""
            ]
        }
    ]
}