Move Youtube comments to sidebar
Make the YouTube comments section visible from the sidebar
Move Youtube comments to sidebar là gì?
Move Youtube comments to sidebar là một tiện ích mở rộng Chrome được phát triển bởi yakisova41, và tính năng chính của nó là "Make the YouTube comments section visible from the sidebar".
Ả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 Move Youtube comments to sidebar
Tải xuống các tệp mở rộng Move Youtube comments to sidebar 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
Enable to switch position of YouTube comment section between sidebar and standard position
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Move Youtube comments to sidebar |
ID | hnapbpaieifipkfhlfplmgmacjegjhmh |
URL Chính Thức | https://chromewebstore.google.com/detail/move-youtube-comments-to/hnapbpaieifipkfhlfplmgmacjegjhmh |
Mô tả | Make the YouTube comments section visible from the sidebar |
Kích Thước Tệp | 10.4 KB |
Số Lần Cài Đặt | 79 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-04-02 |
Ngày Phát Hành | 2023-01-21 |
Đánh Giá | 2.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | yakisova41 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_Name__", "short_name": "mycs", "version": "1.0.1", "manifest_version": 3, "description": "__MSG_Description__", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "resources": [ "embed.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "default_locale": "en", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } } |