Mumble Server Status

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

ما هو Mumble Server Status؟

Mumble Server Status هو إضافة Chrome تم تطويرها بواسطة Pedro Estrada، والميزة الرئيسية لها هي "The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Mumble Server Status

قم بتنزيل ملفات الامتداد Mumble Server Status بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Mumble Server Status Mumble Server Status
ID bgdpgdbghhohoemdfjpfcmjokglpnhal
عنوان URL الرسمي https://chromewebstore.google.com/detail/mumble-server-status/bgdpgdbghhohoemdfjpfcmjokglpnhal
الوصف The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.
حجم الملف 55.95 KB
عدد التثبيتات 37
النسخة الحالية 1.2.5
آخر تحديث 2013-02-19
تاريخ النشر 2013-02-19
تقييم 5.00/5 مجموع تقييمات 2
المطور Pedro Estrada
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
}