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文件

下載Current Track On Stream For OBS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}