Mumble Channel Viewer
Displays channel and user information from a Mumble server
Hvad er Mumble Channel Viewer?
Mumble Channel Viewer er en Chrome-udvidelse udviklet af https://www.quasibit.com, og dens hovedfunktion er "Displays channel and user information from a Mumble server".
Udvidelsesskærmbilleder
Download Mumble Channel Viewer-udvidelses-CRX-fil
Download Mumble Channel Viewer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | delalapmnpndmfopplmjegencdnddfcc |
| Officiel URL | https://chromewebstore.google.com/detail/mumble-channel-viewer/delalapmnpndmfopplmjegencdnddfcc |
| Beskrivelse | Displays channel and user information from a Mumble server |
| Filstørrelse | 202 KB |
| Antal Installationer | 92 |
| Nuværende Version | 0.1.0 |
| Senest Opdateret | 2015-10-15 |
| Udgivelsesdato | 2015-10-15 |
| Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
| Udvikler | https://www.quasibit.com |
| Betalingsmetode | free |
| Understøttede Sprog | 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",
" | |