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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance Rumble livestream chat. Features include highlighted mentions, easy user tagging and full window chat."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChatPlus for Rumble एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |