Mumble Channel Viewer
Displays channel and user information from a Mumble server
Cos'è Mumble Channel Viewer?
Mumble Channel Viewer è un'estensione di Chrome sviluppata da https://www.quasibit.com, e la sua funzione principale è "Displays channel and user information from a Mumble server".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mumble Channel Viewer
Scarica i file di estensione Mumble Channel Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | delalapmnpndmfopplmjegencdnddfcc |
| URL Ufficiale | https://chromewebstore.google.com/detail/mumble-channel-viewer/delalapmnpndmfopplmjegencdnddfcc |
| Descrizione | Displays channel and user information from a Mumble server |
| Dimensione del File | 202 KB |
| Conteggio Installazioni | 92 |
| Versione Corrente | 0.1.0 |
| Ultimo Aggiornamento | 2015-10-15 |
| Data di Pubblicazione | 2015-10-15 |
| Valutazione | 4.67/5 Totale 3 Valutazioni |
| Sviluppatore | https://www.quasibit.com |
| Tipo di Pagamento | free |
| Lingue Supportate | 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",
" | |