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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |