Mumble Channel Viewer
Displays channel and user information from a Mumble server
What is Mumble Channel Viewer?
Mumble Channel Viewer is a Chrome extension developed by https://www.quasibit.com, and its main feature is "Displays channel and user information from a Mumble server".
Extension Screenshots
Download Mumble Channel Viewer Extension CRX File
Download Mumble Channel Viewer 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
Displays channel and user information from a Mumble server (Murmur). Mumble is an open-source voice chat software. This extension doesn't allow you to chat, only to see who's on the server. The server must implement the Channel Viewer Protocol.
Extension Basic Information
Name | Mumble Channel Viewer |
ID | delalapmnpndmfopplmjegencdnddfcc |
Official URL | https://chromewebstore.google.com/detail/mumble-channel-viewer/delalapmnpndmfopplmjegencdnddfcc |
Description | Displays channel and user information from a Mumble server |
File Size | 202 KB |
Installation Count | 92 |
Current Version | 0.1.0 |
Last Updated | 2015-10-15 |
Publish Date | 2015-10-15 |
Rating | 4.67/5 Total 3 Ratings |
Developer | https://www.quasibit.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mumble Channel Viewer", "short_name": "Mumble CV", "version": "0.1.0", "manifest_version": 2, "description": "Displays channel and user information from a Mumble server", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Mumble Channel Viewer", "default_popup": "pages\/action.html" }, "background": { "page": "pages\/background.html", "persistent": false }, "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "permissions": [ "alarms", "storage", " |