Timeline for Youtube
Creates a timeline from youtube comments.
What is Timeline for Youtube?
Timeline for Youtube is a Chrome extension developed by faisal.mansoor, and its main feature is "Creates a timeline from youtube comments.".
Extension Screenshots
Download Timeline for Youtube Extension CRX File
Download Timeline for Youtube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | obknajoccmgkokfoclhgjnlcekgglkmn |
Official URL | https://chrome.google.com/webstore/detail/timeline-for-youtube/obknajoccmgkokfoclhgjnlcekgglkmn |
Description | Creates a timeline from youtube comments. |
File Size | 49.28 KB |
Installation Count | 136 |
Current Version | 1.0.12 |
Last Updated | 2013-08-11 |
Publish Date | 2013-08-11 |
Rating | 1.57/5 Total 7 Ratings |
Developer | faisal.mansoor |
Payment Type | free |
Extension Website | https://www.facebook.com/CommentTimelineForYoutube |
Help Page URL | https://www.facebook.com/CommentTimelineForYoutube |
Supported Languages | 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" } } |