Mumble Channel Viewer

Displays channel and user information from a Mumble server

Apa itu Mumble Channel Viewer?

Mumble Channel Viewer adalah ekstensi Chrome yang dikembangkan oleh https://www.quasibit.com, dan fitur utamanya adalah "Displays channel and user information from a Mumble server".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Mumble Channel Viewer

Unduh file ekstensi Mumble Channel Viewer 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

                        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.                    

Informasi Dasar Ekstensi

Nama Mumble Channel Viewer Mumble Channel Viewer
ID delalapmnpndmfopplmjegencdnddfcc
URL Resmi https://chromewebstore.google.com/detail/mumble-channel-viewer/delalapmnpndmfopplmjegencdnddfcc
Deskripsi Displays channel and user information from a Mumble server
Ukuran File 202 KB
Jumlah Instalasi 92
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2015-10-15
Tanggal Publikasi 2015-10-15
Penilaian 4.67/5 Total 3 Penilaian
Pengembang https://www.quasibit.com
Tipe Pembayaran free
Bahasa yang Didukung 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",
        ""
    ]
}