ChatPlus for Rumble
Enhance Rumble livestream chat. Features include highlighted mentions, easy user tagging and full window chat.
Τι είναι το ChatPlus for Rumble;
Το ChatPlus for Rumble είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον wsright987, και η κύρια λειτουργία του είναι "Enhance Rumble livestream chat. Features include highlighted mentions, easy user tagging and full window chat.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ChatPlus for Rumble
Λήψη αρχείων επέκτασης 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" ] } |