Universal Now Playing Companion

Browser helper for the desktop application, Universal Now Playing

Universal Now Playing Companion là gì?

Universal Now Playing Companion là một tiện ích mở rộng Chrome được phát triển bởi pendo324, và tính năng chính của nó là "Browser helper for the desktop application, Universal Now Playing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Universal Now Playing Companion

Tải xuống các tệp mở rộng Universal Now Playing Companion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Universal Now Playing Companion Universal Now Playing Companion
ID lljahlkpnhdopaegadghfjhhkcpdlijg
URL Chính Thức https://chromewebstore.google.com/detail/universal-now-playing-com/lljahlkpnhdopaegadghfjhhkcpdlijg
Mô tả Browser helper for the desktop application, Universal Now Playing
Kích Thước Tệp 9.03 KB
Số Lần Cài Đặt 806
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2020-05-18
Ngày Phát Hành 2020-05-17
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển pendo324
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/pendo324/universal-np
Ngôn Ngữ Được Hỗ Trợ 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
    }
}