Timeline for Youtube
Creates a timeline from youtube comments.
Apa itu Timeline for Youtube?
Timeline for Youtube adalah ekstensi Chrome yang dikembangkan oleh faisal.mansoor, dan fitur utamanya adalah "Creates a timeline from youtube comments.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Timeline for Youtube
Unduh file ekstensi Timeline for Youtube dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | obknajoccmgkokfoclhgjnlcekgglkmn |
URL Resmi | https://chrome.google.com/webstore/detail/timeline-for-youtube/obknajoccmgkokfoclhgjnlcekgglkmn |
Deskripsi | Creates a timeline from youtube comments. |
Ukuran File | 49.28 KB |
Jumlah Instalasi | 136 |
Versi Saat Ini | 1.0.12 |
Terakhir Diperbarui | 2013-08-11 |
Tanggal Publikasi | 2013-08-11 |
Penilaian | 1.57/5 Total 7 Penilaian |
Pengembang | faisal.mansoor |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.facebook.com/CommentTimelineForYoutube |
URL Halaman Bantuan | https://www.facebook.com/CommentTimelineForYoutube |
Bahasa yang Didukung | 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" } } |