ChatPlus for Rumble
Enhance Rumble livestream chat. Features include highlighted mentions, easy user tagging and full window chat.
What is ChatPlus for Rumble?
ChatPlus for Rumble is a Chrome extension developed by wsright987, and its main feature is "Enhance Rumble livestream chat. Features include highlighted mentions, easy user tagging and full window chat.".
Extension Screenshots
Download ChatPlus for Rumble Extension CRX File
Download ChatPlus for Rumble extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ChatPlus for Rumble |
ID | odlcomopigapcpmlpmmmhlhegajembio |
Official URL | https://chromewebstore.google.com/detail/chatplus-for-rumble/odlcomopigapcpmlpmmmhlhegajembio |
Description | Enhance Rumble livestream chat. Features include highlighted mentions, easy user tagging and full window chat. |
File Size | 2.82 MB |
Installation Count | 132 |
Current Version | 1.3.15 |
Last Updated | 2024-02-04 |
Publish Date | 2023-02-08 |
Developer | wsright987 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/sleighs/chat-plus |
Supported Languages | 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" ] } |