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.”。
擴展截圖
下載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 |
ID | hfphhdilhobagdkbgpfeagicnblebflk |
官方網址 | 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" ] } |