Universal Now Playing Companion

Browser helper for the desktop application, Universal Now Playing

ما هو Universal Now Playing Companion؟

Universal Now Playing Companion هو إضافة Chrome تم تطويرها بواسطة pendo324، والميزة الرئيسية لها هي "Browser helper for the desktop application, Universal Now Playing".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Universal Now Playing Companion

قم بتنزيل ملفات الامتداد Universal Now Playing Companion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Universal Now Playing is a desktop application that helps streamers share the music they are currently listening to with their stream viewers. It does this by updating a text file, that can then be used as an input source in OBS/Xsplit.

This extension is used to get data from web pages (i.e. YouTube, Soundcloud, Web Spotify, etc.) and then send that data to the desktop client. You must have the desktop client open in order to make use of this extension.

More information can be found on the GitHub page: https://github.com/pendo324/universal-np                    

معلومات أساسية عن التمديد

الاسم Universal Now Playing Companion Universal Now Playing Companion
ID lljahlkpnhdopaegadghfjhhkcpdlijg
عنوان URL الرسمي https://chromewebstore.google.com/detail/universal-now-playing-com/lljahlkpnhdopaegadghfjhhkcpdlijg
الوصف Browser helper for the desktop application, Universal Now Playing
حجم الملف 9.03 KB
عدد التثبيتات 806
النسخة الحالية 1.0.5
آخر تحديث 2020-05-18
تاريخ النشر 2020-05-17
تقييم 3.00/5 مجموع تقييمات 2
المطور pendo324
نوع الدفع free
موقع الإضافة https://github.com/pendo324/universal-np
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Universal Now Playing Companion",
    "description": "Browser helper for the desktop application, Universal Now Playing",
    "version": "1.0.5",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "http:\/\/localhost:47565\/*",
        "https:\/\/www.mixcloud.com\/*",
        "https:\/\/www.pandora.com\/*",
        "https:\/\/play.google.com\/*",
        "https:\/\/open.spotify.com\/*",
        "https:\/\/soundcloud.com\/*",
        "https:\/\/tunein.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.deezer.com\/*",
        "https:\/\/app.plex.tv\/*",
        "https:\/\/hypem.com\/*",
        "https:\/\/listen.tidal.com\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}