Timeline for Youtube
Creates a timeline from youtube comments.
Qu'est-ce que Timeline for Youtube ?
Timeline for Youtube est une extension Chrome développée par faisal.mansoor, et sa fonction principale est "Creates a timeline from youtube comments.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Timeline for Youtube
Téléchargez les fichiers d'extension Timeline for Youtube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | obknajoccmgkokfoclhgjnlcekgglkmn |
URL Officiel | https://chrome.google.com/webstore/detail/timeline-for-youtube/obknajoccmgkokfoclhgjnlcekgglkmn |
Description | Creates a timeline from youtube comments. |
Taille du Fichier | 49.28 KB |
Nombre d'Installations | 136 |
Version Actuelle | 1.0.12 |
Dernière Mise à Jour | 2013-08-11 |
Date de Publication | 2013-08-11 |
Évaluation | 1.57/5 Total 7 Évaluations |
Développeur | faisal.mansoor |
Type de Paiement | free |
Site Web de l'Extension | https://www.facebook.com/CommentTimelineForYoutube |
URL de la Page d'Aide | https://www.facebook.com/CommentTimelineForYoutube |
Langues Prises en Charge | 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" } } |