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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Load current playing track from file to Scene (OBS, etc.) while streaming!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Current Track On Stream For OBS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}