Mumble Channel Viewer
Displays channel and user information from a Mumble server
Vad är Mumble Channel Viewer?
Mumble Channel Viewer är en Chrome-tillägg utvecklad av https://www.quasibit.com, och dess huvudfunktion är "Displays channel and user information from a Mumble server".
Tilläggsskärmbilder
Ladda ner Mumble Channel Viewer-förlängningens CRX-fil
Ladda ner Mumble Channel Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | delalapmnpndmfopplmjegencdnddfcc |
| Officiell webbadress | https://chromewebstore.google.com/detail/mumble-channel-viewer/delalapmnpndmfopplmjegencdnddfcc |
| Beskrivning | Displays channel and user information from a Mumble server |
| Filstorlek | 202 KB |
| Antal Installationer | 92 |
| Aktuell Version | 0.1.0 |
| Senast Uppdaterad | 2015-10-15 |
| Publiceringsdatum | 2015-10-15 |
| Betyg | 4.67/5 Totalt 3 Betyg |
| Utvecklare | https://www.quasibit.com |
| Betalningssätt | free |
| Stödda Språk | 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",
" | |