Highlights for YouTube
View highlights on the video player, that are generated from timestamps found in the description and top comments.
¿Qué es Highlights for YouTube?
Highlights for YouTube es una extensión de Chrome desarrollada por Ermag, y su función principal es "View highlights on the video player, that are generated from timestamps found in the description and top comments.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Highlights for YouTube
Descarga archivos de extensión Highlights for YouTube 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
UPDATE: Added controls for navigating between highlights. See chapters or interesting moments without the need to scroll to the comment/description section. You can toggle the highlights directly from the video player options. Note: Not all videos will have highlights on them since they are generated from timestamps. Feedback is greatly appreciated! YouTube is a trademark of Google Inc.
Información Básica de la Extensión
Nombre | Highlights for YouTube |
ID | jahmafmcpgdedfjfknmfkhaiejlfdcfc |
URL Oficial | https://chromewebstore.google.com/detail/highlights-for-youtube/jahmafmcpgdedfjfknmfkhaiejlfdcfc |
Descripción | View highlights on the video player, that are generated from timestamps found in the description and top comments. |
Tamaño del Archivo | 41.6 KB |
Cantidad de Instalaciones | 1,797 |
Versión Actual | 2.8 |
Última Actualización | 2021-12-21 |
Fecha de Publicación | 2020-06-07 |
Calificación | 4.62/5 Total de 13 Calificaciones |
Desarrollador | Ermag |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Highlights for YouTube", "version": "2.8", "description": "View highlights on the video player, that are generated from timestamps found in the description and top comments.", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "tippy.all.min.js", "content.js" ], "css": [ "content.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |