Youtube™ Actual Top Comments
Sort YouTube™ comments by most liked and search all comments
Youtube™ Actual Top Comments là gì?
Youtube™ Actual Top Comments là một tiện ích mở rộng Chrome được phát triển bởi Sgtpanda, và tính năng chính của nó là "Sort YouTube™ comments by most liked and search all 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 Youtube™ Actual Top Comments
Tải xuống các tệp mở rộng Youtube™ Actual Top 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 extension provides a small popup window that lists all comments in the YouTube™ video by their number of likes, instead of using the "Top Comments" relevancy based algorithm that Youtube™ itself uses. It also provides a feature to search through all comments instead of being forced to wait for them all to load when you want to use Ctrl+F. New: Alt+C is now a shortcut to open the extension!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Youtube™ Actual Top Comments |
ID | hbdmelobmfcompinikjdaiphhonbgfpn |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-actual-top-commen/hbdmelobmfcompinikjdaiphhonbgfpn |
Mô tả | Sort YouTube™ comments by most liked and search all comments |
Kích Thước Tệp | 126 KB |
Số Lần Cài Đặt | 3,561 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2022-02-28 |
Ngày Phát Hành | 2019-10-03 |
Đánh Giá | 4.37/5 Tổng số 41 Đánh Giá |
Nhà Phát Triển | Sgtpanda |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gist.github.com/Sgtpanda/d5064640bcde24cd8f7a36551cf969e7 |
URL Trang Trợ Giúp | https://gist.github.com/Sgtpanda/d5064640bcde24cd8f7a36551cf969e7 |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube\u2122 Actual Top Comments", "version": "1.3", "manifest_version": 2, "description": "Sort YouTube\u2122 comments by most liked and search all comments", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/youtube-actual-top-commen\/hbdmelobmfcompinikjdaiphhonbgfpn", "icons": { "16": "icons\/16_yatc_ua.png", "48": "icons\/48_yatc_ua.png", "128": "icons\/128_yatc2.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "page_action": { "default_title": "Youtube\u2122 Actual Top Comments", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "declarativeContent", "activeTab" ], "commands": { "_execute_page_action": { "suggested_key": { "default": "Alt+C" } } } } |