Mumble Server Status

The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.

Qu'est-ce que Mumble Server Status ?

Mumble Server Status est une extension Chrome développée par Pedro Estrada, et sa fonction principale est "The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mumble Server Status

Téléchargez les fichiers d'extension Mumble Server Status 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

                        The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.

It allows you to see whether the mumble server is online or not. It also allows you to view how many users you have online at the moment.                    

Informations de Base sur l'Extension

Nom Mumble Server Status Mumble Server Status
ID bgdpgdbghhohoemdfjpfcmjokglpnhal
URL Officiel https://chromewebstore.google.com/detail/mumble-server-status/bgdpgdbghhohoemdfjpfcmjokglpnhal
Description The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.
Taille du Fichier 55.95 KB
Nombre d'Installations 37
Version Actuelle 1.2.5
Dernière Mise à Jour 2013-02-19
Date de Publication 2013-02-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur Pedro Estrada
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "name": "Mumble Server Status",
    "version": "1.2.5",
    "manifest_version": 2,
    "description": "The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "https:\/\/www.mumbleboxes.com\/"
    ],
    "options_page": "options.html"
}