Current Track On Stream For OBS

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

O que é Current Track On Stream For OBS?

Current Track On Stream For OBS é uma extensão do Chrome desenvolvida por pztrxv, e sua principal característica é "Load current playing track from file to Scene (OBS, etc.) while streaming!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Current Track On Stream For OBS

Baixe arquivos de extensão Current Track On Stream For OBS no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Current Track On Stream For OBS Current Track On Stream For OBS
ID fmdfloeaielhheocjapbdnliahodfaof
URL Oficial https://chromewebstore.google.com/detail/current-track-on-stream-f/fmdfloeaielhheocjapbdnliahodfaof
Descrição Load current playing track from file to Scene (OBS, etc.) while streaming!
Tamanho do Arquivo 394 KB
Contagem de Instalações 72
Versão Atual 1.3
Última Atualização 2023-07-30
Data de Publicação 2022-01-29
Desenvolvedor pztrxv
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}