Mumble Channel Viewer
Displays channel and user information from a Mumble server
Mumble Channel Viewer क्या है?
Mumble Channel Viewer https://www.quasibit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays channel and user information from a Mumble server"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mumble Channel Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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", " |