Timeline for Youtube
Creates a timeline from youtube comments.
Timeline for Youtubeคืออะไร?
Timeline for Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย faisal.mansoor และคุณลักษณะหลักของมันคือ "Creates a timeline from youtube comments."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Timeline for Youtube
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |