Universal Now Playing Companion

Browser helper for the desktop application, Universal Now Playing

O que é Universal Now Playing Companion?

Universal Now Playing Companion é uma extensão do Chrome desenvolvida por pendo324, e sua principal característica é "Browser helper for the desktop application, Universal Now Playing".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Universal Now Playing Companion

Baixe arquivos de extensão Universal Now Playing Companion 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

                        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                    

Informações Básicas da Extensão

Nome Universal Now Playing Companion Universal Now Playing Companion
ID lljahlkpnhdopaegadghfjhhkcpdlijg
URL Oficial https://chromewebstore.google.com/detail/universal-now-playing-com/lljahlkpnhdopaegadghfjhhkcpdlijg
Descrição Browser helper for the desktop application, Universal Now Playing
Tamanho do Arquivo 9.03 KB
Contagem de Instalações 806
Versão Atual 1.0.5
Última Atualização 2020-05-18
Data de Publicação 2020-05-17
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor pendo324
Tipo de Pagamento free
Site da Extensão https://github.com/pendo324/universal-np
Idiomas Suportados 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
    }
}