Metadata for YouTube
Visualize the comment activity of YouTube videos
¿Qué es Metadata for YouTube?
Metadata for YouTube es una extensión de Chrome desarrollada por overyoutube.com, y su función principal es "Visualize the comment activity of YouTube videos".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Metadata for YouTube
Descarga archivos de extensión Metadata 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
Save time reading comments and navigating through long videos Features: (1) Skip to the exciting parts Visualize comment activity with a frequency histogram -- See where and how many people commented during the course of the video. See top comments at X seconds into the video upon hover. (2) Join the excitement Danmu, danmaku, bullet comments, whatever you like to call it -- Display timestamped comments in a scrolling fashion during video playback. Adjust size, speed, opacity, and the fraction of screen that is covered.
Información Básica de la Extensión
Nombre | Metadata for YouTube |
ID | bbeagninemnincpcelpaajhekollfiip |
URL Oficial | https://chromewebstore.google.com/detail/metadata-for-youtube/bbeagninemnincpcelpaajhekollfiip |
Descripción | Visualize the comment activity of YouTube videos |
Tamaño del Archivo | 4.62 MB |
Cantidad de Instalaciones | 32 |
Versión Actual | 1.1 |
Última Actualización | 2020-05-25 |
Fecha de Publicación | 2020-05-24 |
Desarrollador | overyoutube.com |
Tipo de Pago | free |
Sitio Web de la Extensión | https://overyoutube.com |
URL de la Página de Ayuda | https://overyoutube.com |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Metadata for YouTube", "short_name": "Metadata for YouTube", "description": "Visualize the comment activity of YouTube videos", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "\/static\/css\/main.css" ], "js": [ "\/static\/js\/main.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "oauth2": { "client_id": "223132972673-rsltea1q13hmlkt3okva52e7ibq2eumm.apps.googleusercontent.com", "scopes": [ "email", "openid", "profile" ] } } |