Mumble Server Status

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

Apa itu Mumble Server Status?

Mumble Server Status adalah ekstensi Chrome yang dikembangkan oleh Pedro Estrada, dan fitur utamanya adalah "The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Mumble Server Status

Unduh file ekstensi Mumble Server Status dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Mumble Server Status Mumble Server Status
ID bgdpgdbghhohoemdfjpfcmjokglpnhal
URL Resmi https://chromewebstore.google.com/detail/mumble-server-status/bgdpgdbghhohoemdfjpfcmjokglpnhal
Deskripsi The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.
Ukuran File 55.95 KB
Jumlah Instalasi 37
Versi Saat Ini 1.2.5
Terakhir Diperbarui 2013-02-19
Tanggal Publikasi 2013-02-19
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Pedro Estrada
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}