Current Track On Stream For OBS

Load current playing track from file to Scene (OBS, etc.) while streaming!

Current Track On Stream For OBS란 무엇입니까?

Current Track On Stream For OBS은(는) pztrxv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Load current playing track from file to Scene (OBS, etc.) while streaming!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Current Track On Stream For OBS 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Load current playing track from file to Scene (OBS, etc.) while streaming!

Works for:
- Yandex.Music
- Spotify
- VK (audios page)
- YouTube current playing videos

Instruction:
1 Turn on music on supported site
2 (optional) customize settings
3 Turn on toggle on top
4 File with FileName from settings will be downloaded in default download path in your brouser
5 Open OBS
6 Add text source on Scene and check "load from file"
7 Select downloaded file
8 That`s all. File will be updated every 5 seconds.                    

확장 프로그램 기본 정보

이름 Current Track On Stream For OBS Current Track On Stream For OBS
ID fmdfloeaielhheocjapbdnliahodfaof
공식 URL https://chromewebstore.google.com/detail/current-track-on-stream-f/fmdfloeaielhheocjapbdnliahodfaof
설명 Load current playing track from file to Scene (OBS, etc.) while streaming!
파일 크기 394 KB
설치 횟수 72
현재 버전 1.3
최근 업데이트 2023-07-30
출시 날짜 2022-01-29
개발자 pztrxv
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Current Track On Stream For OBS",
    "description": "Load current playing track from file to Scene (OBS, etc.) while streaming!",
    "version": "1.3",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/www.music.yandex.ru\/*",
                "http:\/\/www.music.yandex.ru\/*",
                "https:\/\/www.open.spotify.com\/*",
                "http:\/\/www.open.spotify.com\/*",
                "https:\/\/www.vk.com\/*",
                "http:\/\/www.vk.com\/*",
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*",
                ""
            ],
            "css": [
                "src\/css\/style.css"
            ],
            "js": [
                "src\/js\/jquery-3.5.1.js",
                "src\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "Current Track On Stream For OBS",
        "default_icon": "src\/img\/icon.png",
        "default_popup": "src\/html\/popup.html"
    }
}