Mumble Server Status

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

What is Mumble Server Status?

Mumble Server Status is a Chrome extension developed by Pedro Estrada, and its main feature is "The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.".

Extension Screenshots

screenshot

Download Mumble Server Status Extension CRX File

Download Mumble Server Status extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Mumble Server Status Mumble Server Status
ID bgdpgdbghhohoemdfjpfcmjokglpnhal
Official URL 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.
File Size 55.95 KB
Installation Count 37
Current Version 1.2.5
Last Updated 2013-02-19
Publish Date 2013-02-19
Rating 5.00/5 Total 2 Ratings
Developer Pedro Estrada
Email [email protected]
Payment Type free
Supported Languages 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"
}