Mumble Channel Viewer
Displays channel and user information from a Mumble server
Qu'est-ce que Mumble Channel Viewer ?
Mumble Channel Viewer est une extension Chrome développée par https://www.quasibit.com, et sa fonction principale est "Displays channel and user information from a Mumble server".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mumble Channel Viewer
Téléchargez les fichiers d'extension Mumble Channel Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Mumble Channel Viewer |
ID | delalapmnpndmfopplmjegencdnddfcc |
URL Officiel | https://chromewebstore.google.com/detail/mumble-channel-viewer/delalapmnpndmfopplmjegencdnddfcc |
Description | Displays channel and user information from a Mumble server |
Taille du Fichier | 202 KB |
Nombre d'Installations | 92 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2015-10-15 |
Date de Publication | 2015-10-15 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | https://www.quasibit.com |
Type de Paiement | free |
Langues Prises en Charge | 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", " |