Mumble Channel Viewer

Displays channel and user information from a Mumble server

Mumble Channel Viewer là gì?

Mumble Channel Viewer là một tiện ích mở rộng Chrome được phát triển bởi https://www.quasibit.com, và tính năng chính của nó là "Displays channel and user information from a Mumble server".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mumble Channel Viewer

Tải xuống các tệp mở rộng Mumble Channel Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mumble Channel Viewer Mumble Channel Viewer
ID delalapmnpndmfopplmjegencdnddfcc
URL Chính Thức https://chromewebstore.google.com/detail/mumble-channel-viewer/delalapmnpndmfopplmjegencdnddfcc
Mô tả Displays channel and user information from a Mumble server
Kích Thước Tệp 202 KB
Số Lần Cài Đặt 92
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2015-10-15
Ngày Phát Hành 2015-10-15
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.quasibit.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}