ChatPlus for Rumble
Enhance Rumble livestream chat. Features include highlighted mentions, easy user tagging and full window chat.
Qu'est-ce que ChatPlus for Rumble ?
ChatPlus for Rumble est une extension Chrome développée par wsright987, et sa fonction principale est "Enhance Rumble livestream chat. Features include highlighted mentions, easy user tagging and full window chat.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ChatPlus for Rumble
Téléchargez les fichiers d'extension ChatPlus for Rumble au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ChatPlus for Rumble |
ID | odlcomopigapcpmlpmmmhlhegajembio |
URL Officiel | 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. |
Taille du Fichier | 2.82 MB |
Nombre d'Installations | 132 |
Version Actuelle | 1.3.15 |
Dernière Mise à Jour | 2024-02-04 |
Date de Publication | 2023-02-08 |
Développeur | wsright987 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/sleighs/chat-plus |
Langues Prises en Charge | 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" ] } |