Mumble Server Status

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

Cos'è Mumble Server Status?

Mumble Server Status è un'estensione di Chrome sviluppata da Pedro Estrada, e la sua funzione principale è "The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Mumble Server Status

Scarica i file di estensione Mumble Server Status 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Mumble Server Status Mumble Server Status
ID bgdpgdbghhohoemdfjpfcmjokglpnhal
URL Ufficiale https://chromewebstore.google.com/detail/mumble-server-status/bgdpgdbghhohoemdfjpfcmjokglpnhal
Descrizione The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.
Dimensione del File 55.95 KB
Conteggio Installazioni 37
Versione Corrente 1.2.5
Ultimo Aggiornamento 2013-02-19
Data di Pubblicazione 2013-02-19
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Pedro Estrada
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}