Mumble Server Status

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

O que é Mumble Server Status?

Mumble Server Status é uma extensão do Chrome desenvolvida por Pedro Estrada, e sua principal característica é "The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Mumble Server Status

Baixe arquivos de extensão Mumble Server Status no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Mumble Server Status Mumble Server Status
ID bgdpgdbghhohoemdfjpfcmjokglpnhal
URL Oficial https://chromewebstore.google.com/detail/mumble-server-status/bgdpgdbghhohoemdfjpfcmjokglpnhal
Descrição The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.
Tamanho do Arquivo 55.95 KB
Contagem de Instalações 37
Versão Atual 1.2.5
Última Atualização 2013-02-19
Data de Publicação 2013-02-19
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Pedro Estrada
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}