Timeline for Youtube
Creates a timeline from youtube comments.
Wat is Timeline for Youtube?
Timeline for Youtube is een Chrome-extensie ontwikkeld door faisal.mansoor, en de belangrijkste functie is "Creates a timeline from youtube comments.".
Extensie Screenshots
Download het CRX-bestand van de extensie Timeline for Youtube
Download Timeline for Youtube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | obknajoccmgkokfoclhgjnlcekgglkmn |
Officiële URL | https://chrome.google.com/webstore/detail/timeline-for-youtube/obknajoccmgkokfoclhgjnlcekgglkmn |
Beschrijving | Creates a timeline from youtube comments. |
Bestandsgrootte | 49.28 KB |
Aantal Installaties | 136 |
Huidige Versie | 1.0.12 |
Laatst Bijgewerkt | 2013-08-11 |
Publicatiedatum | 2013-08-11 |
Beoordeling | 1.57/5 Totaal 7 Beoordelingen |
Ontwikkelaar | faisal.mansoor |
Betalingswijze | free |
Extensiewebsite | https://www.facebook.com/CommentTimelineForYoutube |
Help Pagina-URL | https://www.facebook.com/CommentTimelineForYoutube |
Ondersteunde Talen | 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" } } |