Universal Now Playing Companion

Browser helper for the desktop application, Universal Now Playing

什么是Universal Now Playing Companion?

Universal Now Playing Companion是由pendo324开发的Chrome扩展程序,该扩展的主要功能是“Browser helper for the desktop application, Universal Now Playing”。

扩展截图

screenshot

下载Universal Now Playing Companion扩展crx文件

下载Universal Now Playing Companion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
    }
}