YT-HighLighter

A timecode tracker for YouTube

什么是YT-HighLighter?

YT-HighLighter是由flyseed开发的Chrome扩展程序,该扩展的主要功能是“A timecode tracker for YouTube”。

扩展截图

screenshot
screenshot
screenshot

下载YT-HighLighter扩展crx文件

下载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": [
                ""
            ]
        }
    ]
}