ChatPlus for Rumble
Enhance Rumble livestream chat. Features include highlighted mentions, easy user tagging and full window chat.
ChatPlus for Rumble là gì?
ChatPlus for Rumble là một tiện ích mở rộng Chrome được phát triển bởi wsright987, và tính năng chính của nó là "Enhance Rumble livestream chat. Features include highlighted mentions, easy user tagging and full window chat.".
Ả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 ChatPlus for Rumble
Tải xuống các tệp mở rộng ChatPlus for Rumble 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
ChatPlus is an extension for Rumble that improves livestream chat user experience, enhances chat functionality and adds options to make Rumble more user-friendly. Simply type "@" to view recent chat users and click a username to add it to the chat message. Features include: - User mention highlighting - Easy user tagging - Chat participants list - Username color schemes - Autoplay videos and livestreams option ChatPlus for Rumble is developed independently, and is not officially affiliated with Rumble.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ChatPlus for Rumble |
ID | odlcomopigapcpmlpmmmhlhegajembio |
URL Chính Thức | https://chromewebstore.google.com/detail/chatplus-for-rumble/odlcomopigapcpmlpmmmhlhegajembio |
Mô tả | Enhance Rumble livestream chat. Features include highlighted mentions, easy user tagging and full window chat. |
Kích Thước Tệp | 2.82 MB |
Số Lần Cài Đặt | 132 |
Phiên Bản Hiện Tại | 1.3.15 |
Cập Nhật Lần Cuối | 2024-02-04 |
Ngày Phát Hành | 2023-02-08 |
Nhà Phát Triển | wsright987 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sleighs/chat-plus |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatPlus for Rumble", "version": "1.3.15", "description": "Enhance Rumble livestream chat. Features include highlighted mentions, easy user tagging and full window chat.", "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_title": "ChatPlus for Rumble", "default_popup": "build\/index.html" }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/rumble.com\/*" ], "js": [ "scripts\/content.js" ], "run_at": "document_idle" } ], "permissions": [ "storage" ] } |