YT New Comments
Show youtube comments as 'Newest first' by default.
YT New Comments là gì?
YT New Comments là một tiện ích mở rộng Chrome được phát triển bởi sunlight11111111, và tính năng chính của nó là "Show youtube comments as 'Newest first' by default.".
Tải xuống tệp CRX của tiện ích mở rộng YT New Comments
Tải xuống các tệp mở rộng YT New Comments 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
This is a quick attempt to provide an option that google/youtube does not - automatically showing comments in chronological order. This is basically a workaround that simply clicks the dropdown automatically so you don't have to. It is not very 'smart' in its current state but if enough interest is shown I might work on making it better. *update 3/29/15* Yes, this is still being maintained. I appreciate your patience as I do not always notice right away when a major change to youtube breaks functionality.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jlfeaohkkeiebbjlkaloihjmkmkmdlco |
URL Chính Thức | https://chrome.google.com/webstore/detail/yt-new-comments/jlfeaohkkeiebbjlkaloihjmkmkmdlco |
Mô tả | Show youtube comments as 'Newest first' by default. |
Kích Thước Tệp | 151 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2015-03-29 |
Ngày Phát Hành | 2015-03-29 |
Đánh Giá | 3.29/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | sunlight11111111 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YT New Comments", "version": "0.4", "manifest_version": 2, "description": "Show youtube comments as 'Newest first' by default.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.10.2.js", "2.js" ], "run_at": "document_idle", "all_frames": true } ] } |