YT-HighLighter
A timecode tracker for YouTube
¿Qué es YT-HighLighter?
YT-HighLighter es una extensión de Chrome desarrollada por flyseed, y su función principal es "A timecode tracker for YouTube".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión YT-HighLighter
Descarga archivos de extensión YT-HighLighter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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. Información Básica de la Extensión
| Nombre | |
| ID | emahhjficejdbffpflmncnflpmphohof |
| URL Oficial | https://chromewebstore.google.com/detail/yt-highlighter/emahhjficejdbffpflmncnflpmphohof |
| Descripción | A timecode tracker for YouTube |
| Tamaño del Archivo | 275 KB |
| Cantidad de Instalaciones | 162 |
| Versión Actual | 0.13 |
| Última Actualización | 2022-07-24 |
| Fecha de Publicación | 2020-02-19 |
| Calificación | 5.00/5 Total de 3 Calificaciones |
| Desarrollador | flyseed |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Idiomas Soportados | 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": [
" | |