ChatPlus for Rumble
Enhance Rumble livestream chat. Features include highlighted mentions, easy user tagging and full window chat.
什么是ChatPlus for Rumble?
ChatPlus for Rumble是由wsright987开发的Chrome扩展程序,该扩展的主要功能是“Enhance Rumble livestream chat. Features include highlighted mentions, easy user tagging and full window chat.”。
扩展截图
下载ChatPlus for Rumble扩展crx文件
下载ChatPlus for Rumble扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | ChatPlus for Rumble |
ID | odlcomopigapcpmlpmmmhlhegajembio |
官方URL | https://chromewebstore.google.com/detail/chatplus-for-rumble/odlcomopigapcpmlpmmmhlhegajembio |
简介 | Enhance Rumble livestream chat. Features include highlighted mentions, easy user tagging and full window chat. |
文件大小 | 2.82 MB |
安装次数 | 132 |
当前版本 | 1.3.15 |
更新时间 | 2024-02-04 |
上架时间 | 2023-02-08 |
开发者 | wsright987 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/sleighs/chat-plus |
支持的语言 | 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" ] } |