TS3MusicBot WebStream (TeamSpeak & Discord)
Stream your current TAB sound to a TeamSpeak or Discord server with TS3MusicBot. Compatible with any music/media playing website.
TS3MusicBot WebStream (TeamSpeak & Discord) क्या है?
TS3MusicBot WebStream (TeamSpeak & Discord) https://ts3musicbot.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stream your current TAB sound to a TeamSpeak or Discord server with TS3MusicBot. Compatible with any music/media playing website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TS3MusicBot WebStream (TeamSpeak & Discord) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Multifunctional TS3MusicBot extension for your chrome browser. Features: - Compatible with any music/media playing website. - Add multiple TS3MusicBots to your connection list. - Set your own favorite names for your connection. - Online / Offline status indicator for each Webinterface. - Stream your browsers sound. - Send the current open website or a custom link to your bot to play or playback queue. - Shows 'Now playing' (current song) information if available. - Button to open the Webinterface with 1 click. - Pause/play, stop, previous, next and volume control buttons. - Stay logged in to all your webinterfaces. Nomore manual login if a session expires. - [New] Detects current playing song title informations on supported websites. Changelog: https://www.ts3musicbot.net/index.php?mode=versions&tab=webstream We take care of your privacy: This extension does not collect any of your private data. It only communicates with your TS3MusicBot server which get configured by yourself, to stream sound, remote control your bot or send detected song title informations from your browsers active tab to your bot (on supported sites). We do not receive any informations from your browser, do not collect any data and do no analytics or tracking with the extension. The only communication happens between your browsers active tab (while streaming) and your TS3MusicBot server.
एक्सटेंशन की मूल जानकारी
नाम | TS3MusicBot WebStream (TeamSpeak & Discord) |
ID | fcjmopeebnejobiceiibbappilelkagi |
आधिकारिक URL | https://chromewebstore.google.com/detail/ts3musicbot-webstream-tea/fcjmopeebnejobiceiibbappilelkagi |
विवरण | Stream your current TAB sound to a TeamSpeak or Discord server with TS3MusicBot. Compatible with any music/media playing website. |
फ़ाइल का आकार | 126 KB |
स्थापना संख्या | 1,226 |
वर्तमान संस्करण | 1.2.3 |
अंतिम अपडेट | 2023-04-19 |
प्रकाशन तिथि | 2020-04-02 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://ts3musicbot.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.ts3musicbot.net |
सहायता पृष्ठ URL | https://livesupport.ts3musicbot.net/ |
गोपनीयता नीति पृष्ठ URL | https://www.ts3musicbot.net/index.php?mode=account&action=privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TS3MusicBot WebStream (TeamSpeak & Discord)", "description": "Stream your current TAB sound to a TeamSpeak or Discord server with TS3MusicBot. Compatible with any music\/media playing website.", "version": "1.2.3", "manifest_version": 2, "icons": { "16": "images\/icon_19.png", "48": "images\/icon_38.png", "128": "images\/icon.png" }, "background": { "scripts": [ "js\/backgroundscript.js" ], "persistent": true }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "html\/overview.html" }, "permissions": [ "storage" ], "optional_permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "tabCapture" ], "web_accessible_resources": [ "images\/*.png" ] } |