Timeline for Youtube
Creates a timeline from youtube comments.
¿Qué es Timeline for Youtube?
Timeline for Youtube es una extensión de Chrome desarrollada por faisal.mansoor, y su función principal es "Creates a timeline from youtube comments.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Timeline for Youtube
Descarga archivos de extensión Timeline 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
A Google Chrome plugin that automatically creates a Youtube video timeline from its comments. Great for getting an overall view of which section of the video viewers found interesting. Also helps skip the boring parts.
Información Básica de la Extensión
Nombre | |
ID | obknajoccmgkokfoclhgjnlcekgglkmn |
URL Oficial | https://chrome.google.com/webstore/detail/timeline-for-youtube/obknajoccmgkokfoclhgjnlcekgglkmn |
Descripción | Creates a timeline from youtube comments. |
Tamaño del Archivo | 49.28 KB |
Cantidad de Instalaciones | 136 |
Versión Actual | 1.0.12 |
Última Actualización | 2013-08-11 |
Fecha de Publicación | 2013-08-11 |
Calificación | 1.57/5 Total de 7 Calificaciones |
Desarrollador | faisal.mansoor |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.facebook.com/CommentTimelineForYoutube |
URL de la Página de Ayuda | https://www.facebook.com/CommentTimelineForYoutube |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timeline for Youtube", "description": "Creates a timeline from youtube comments.", "manifest_version": 2, "version": "1.0.12", "content_scripts": [ { "js": [ "jquery-1.9.1.js", "utilities.js", "ycomments.js" ], "css": [ "ycomments.css" ], "matches": [ "*:\/\/*.youtube.com\/watch*" ] } ], "background": { "scripts": [ "jquery-1.9.1.js", "utilities.js", "background.js" ], "persistent": false }, "permissions": [ "http:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/", "storage" ], "web_accessible_resources": [ "settings.png" ], "icons": { "16": "icon128.png", "48": "icon128.png", "128": "icon128.png" } } |