Timeline for Youtube
Creates a timeline from youtube comments.
Timeline for Youtubeとは何ですか?
Timeline for Youtubeはfaisal.mansoorによって開発されたChromeの拡張機能で、その主な機能は「Creates a timeline from youtube comments.」です。
拡張機能のスクリーンショット
Timeline for Youtube拡張機能のCRXファイルをダウンロード
Timeline for Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | obknajoccmgkokfoclhgjnlcekgglkmn |
公式URL | https://chrome.google.com/webstore/detail/timeline-for-youtube/obknajoccmgkokfoclhgjnlcekgglkmn |
説明 | Creates a timeline from youtube comments. |
ファイルサイズ | 49.28 KB |
インストール数 | 136 |
現在のバージョン | 1.0.12 |
最終更新日 | 2013-08-11 |
公開日 | 2013-08-11 |
評価 | 1.57/5 合計 7 レビュー |
開発者 | faisal.mansoor |
支払い方法 | free |
拡張機能のウェブサイト | https://www.facebook.com/CommentTimelineForYoutube |
ヘルプページのURL | https://www.facebook.com/CommentTimelineForYoutube |
対応言語 | 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" } } |