Current Track On Stream For OBS

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

Qu'est-ce que Current Track On Stream For OBS ?

Current Track On Stream For OBS est une extension Chrome développée par pztrxv, et sa fonction principale est "Load current playing track from file to Scene (OBS, etc.) while streaming!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Current Track On Stream For OBS

Téléchargez les fichiers d'extension Current Track On Stream For OBS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Current Track On Stream For OBS Current Track On Stream For OBS
ID fmdfloeaielhheocjapbdnliahodfaof
URL Officiel https://chromewebstore.google.com/detail/current-track-on-stream-f/fmdfloeaielhheocjapbdnliahodfaof
Description Load current playing track from file to Scene (OBS, etc.) while streaming!
Taille du Fichier 394 KB
Nombre d'Installations 72
Version Actuelle 1.3
Dernière Mise à Jour 2023-07-30
Date de Publication 2022-01-29
Développeur pztrxv
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}