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 |
公式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 |
Eメール | [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" ] } |