Universal Now Playing Companion

Browser helper for the desktop application, Universal Now Playing

Co je Universal Now Playing Companion?

Universal Now Playing Companion je rozšíření Chrome vyvinuté pendo324, a jeho hlavní funkcí je „Browser helper for the desktop application, Universal Now Playing“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Universal Now Playing Companion

Stáhněte si soubory rozšíření Universal Now Playing Companion ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Universal Now Playing Companion Universal Now Playing Companion
ID lljahlkpnhdopaegadghfjhhkcpdlijg
Oficiální URL https://chromewebstore.google.com/detail/universal-now-playing-com/lljahlkpnhdopaegadghfjhhkcpdlijg
Popis Browser helper for the desktop application, Universal Now Playing
Velikost souboru 9.03 KB
Počet instalací 806
Aktuální Verze 1.0.5
Poslední Aktualizace 2020-05-18
Datum Vydání 2020-05-17
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář pendo324
Typ Platby free
Webové stránky Rozšíření https://github.com/pendo324/universal-np
Podporované Jazyky 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
    }
}