youtube-live-chat-selector
Chrome Extension for Selecting Chat Messages on YouTube Live.
youtube-live-chat-selector là gì?
youtube-live-chat-selector là một tiện ích mở rộng Chrome được phát triển bởi https://fiahfy.blogspot.com, và tính năng chính của nó là "Chrome Extension for Selecting Chat Messages on YouTube Live.".
Ả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-live-chat-selector
Tải xuống các tệp mở rộng youtube-live-chat-selector 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
- Filter chat messages by authority types.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | youtube-live-chat-selector |
ID | elgbmlibcejchmmfkngbdpdmejbajkll |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-live-chat-selecto/elgbmlibcejchmmfkngbdpdmejbajkll |
Mô tả | Chrome Extension for Selecting Chat Messages on YouTube Live. |
Kích Thước Tệp | 100 KB |
Số Lần Cài Đặt | 5,772 |
Phiên Bản Hiện Tại | 0.0.9 |
Cập Nhật Lần Cuối | 2023-05-06 |
Ngày Phát Hành | 2020-04-01 |
Đánh Giá | 4.80/5 Tổng số 35 Đánh Giá |
Nhà Phát Triển | https://fiahfy.blogspot.com |
[email protected] | |
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": "youtube-live-chat-selector", "description": "Chrome Extension for Selecting Chat Messages on YouTube Live.", "version": "0.0.9", "manifest_version": 3, "icons": { "128": "icon.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script.ts-loader-924d9f2a.js" ], "matches": [ "https:\/\/www.youtube.com\/live_chat*" ], "all_frames": true, "css": [ "assets\/content-script-13bac0e4.css" ] } ], "action": { "default_icon": "icon.png", "default_popup": "src\/popup.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [ "assets\/content-script.ts-a8ccf41d.js" ], "use_dynamic_url": true } ] } |