Mumble Channel Viewer

Displays channel and user information from a Mumble server

ما هو Mumble Channel Viewer؟

Mumble Channel Viewer هو إضافة Chrome تم تطويرها بواسطة https://www.quasibit.com، والميزة الرئيسية لها هي "Displays channel and user information from a Mumble server".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Mumble Channel Viewer

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

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

                        Displays channel and user information from a Mumble server (Murmur). Mumble is an open-source voice chat software.

This extension doesn't allow you to chat, only to see who's on the server.

The server must implement the Channel Viewer Protocol.                    

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

الاسم Mumble Channel Viewer Mumble Channel Viewer
ID delalapmnpndmfopplmjegencdnddfcc
عنوان URL الرسمي https://chromewebstore.google.com/detail/mumble-channel-viewer/delalapmnpndmfopplmjegencdnddfcc
الوصف Displays channel and user information from a Mumble server
حجم الملف 202 KB
عدد التثبيتات 92
النسخة الحالية 0.1.0
آخر تحديث 2015-10-15
تاريخ النشر 2015-10-15
تقييم 4.67/5 مجموع تقييمات 3
المطور https://www.quasibit.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mumble Channel Viewer",
    "short_name": "Mumble CV",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Displays channel and user information from a Mumble server",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Mumble Channel Viewer",
        "default_popup": "pages\/action.html"
    },
    "background": {
        "page": "pages\/background.html",
        "persistent": false
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "alarms",
        "storage",
        ""
    ]
}