Timeline for Youtube
Creates a timeline from youtube comments.
Timeline for Youtube là gì?
Timeline for Youtube là một tiện ích mở rộng Chrome được phát triển bởi faisal.mansoor, và tính năng chính của nó là "Creates a timeline from youtube comments.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Timeline for Youtube
Tải xuống các tệp mở rộng Timeline for Youtube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | obknajoccmgkokfoclhgjnlcekgglkmn |
URL Chính Thức | https://chrome.google.com/webstore/detail/timeline-for-youtube/obknajoccmgkokfoclhgjnlcekgglkmn |
Mô tả | Creates a timeline from youtube comments. |
Kích Thước Tệp | 49.28 KB |
Số Lần Cài Đặt | 136 |
Phiên Bản Hiện Tại | 1.0.12 |
Cập Nhật Lần Cuối | 2013-08-11 |
Ngày Phát Hành | 2013-08-11 |
Đánh Giá | 1.57/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | faisal.mansoor |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.facebook.com/CommentTimelineForYoutube |
URL Trang Trợ Giúp | https://www.facebook.com/CommentTimelineForYoutube |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |