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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Universal Now Playing Companion
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } } |