Youtube Comment Viewer
Watch the video with comments on full screen!
Youtube Comment Viewer là gì?
Youtube Comment Viewer là một tiện ích mở rộng Chrome được phát triển bởi tonymkcv93, và tính năng chính của nó là "Watch the video with comments on full screen!".
Ả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 Comment Viewer
Tải xuống các tệp mở rộng Youtube Comment Viewer 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
Enjoy view comments on all types of screens without scrolling down!! ---- Features ➡️ View comment with all video types (fullscreen, theater, general mode) ➡️ Drag to size the comment window ➡️ Automatically resize the video based on the size of the comment window ➡️ Support Dark mode ➡️ easily Toggle "always turn on/off Comment Viewer" ---- Why youtube comment viewer is needed. Traditional YouTube requires scrolling down to read comments. This is very cumbersome. With 'Youtube Comment Viewer', you can easily display comments on the right side of the video, and the size of the window can also be resized ---- 💬Bug reports and inquiries - [email protected] ----
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Youtube Comment Viewer |
ID | dbkfbnelkejobnjchbcebhhjeaengldp |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-comment-viewer/dbkfbnelkejobnjchbcebhhjeaengldp |
Mô tả | Watch the video with comments on full screen! |
Kích Thước Tệp | 786 KB |
Số Lần Cài Đặt | 482 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2023-07-16 |
Ngày Phát Hành | 2023-06-07 |
Đánh Giá | 5.00/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | tonymkcv93 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.6", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "background": { "service_worker": "scripts\/background.js" }, "web_accessible_resources": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [ "scripts\/interact.js" ] } ], "content_scripts": [ { "type": "module", "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "scripts\/content-script.js" ], "css": [ "styles\/style.css" ] } ], "action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "images\/icon.png" }, "permissions": [ "webNavigation", "storage" ] } |