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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stream your current TAB sound to a TeamSpeak or Discord server with TS3MusicBot. Compatible with any music/media playing website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

TS3MusicBot WebStream (TeamSpeak & Discord) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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) 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"
    ]
}