Remotify - a Spotify remote for Chrome

A Spotify remote for your browser so that you don't have to leave your window to control your music playback.

什么是Remotify - a Spotify remote for Chrome?

Remotify - a Spotify remote for Chrome是由Orion G开发的Chrome扩展程序,该扩展的主要功能是“A Spotify remote for your browser so that you don't have to leave your window to control your music playback.”。

扩展截图

screenshot

下载Remotify - a Spotify remote for Chrome扩展crx文件

下载Remotify - a Spotify remote for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A browser remote for Spotify that allows you to control playback without interrupting your browsing experience. This extension can control playback on whatever your active device is, including your computer, phone, smart home device, etc..

Please note that, due to the limitations of Spotify's API, you are unable to manipulate or interact with your Spotify queue beyond viewing it. If I find a workaround for this I will update the extension.                    

扩展基本信息

名称 Remotify - a Spotify remote for Chrome Remotify - a Spotify remote for Chrome
ID hfphhdilhobagdkbgpfeagicnblebflk
官方URL https://chromewebstore.google.com/detail/remotify-a-spotify-remote/hfphhdilhobagdkbgpfeagicnblebflk
简介 A Spotify remote for your browser so that you don't have to leave your window to control your music playback.
文件大小 421 KB
安装次数 53
当前版本 1.0.1
更新时间 2023-12-08
上架时间 2023-09-06
评分 5.00/5 共5次评分
开发者 Orion G
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remotify - a Spotify remote for Chrome",
    "description": "A Spotify remote for your browser so that you don't have to leave your window to control your music playback.",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Remotify",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "identity",
        "storage"
    ]
}