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"입니다.
확장 프로그램 스크린샷
Universal Now Playing Companion 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 } } |