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.
Apa itu Remotify - a Spotify remote for Chrome?
Remotify - a Spotify remote for Chrome adalah ekstensi Chrome yang dikembangkan oleh Orion G, dan fitur utamanya adalah "A Spotify remote for your browser so that you don't have to leave your window to control your music playback.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Remotify - a Spotify remote for Chrome
Unduh file ekstensi Remotify - a Spotify remote for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Remotify - a Spotify remote for Chrome |
ID | hfphhdilhobagdkbgpfeagicnblebflk |
URL Resmi | https://chromewebstore.google.com/detail/remotify-a-spotify-remote/hfphhdilhobagdkbgpfeagicnblebflk |
Deskripsi | A Spotify remote for your browser so that you don't have to leave your window to control your music playback. |
Ukuran File | 421 KB |
Jumlah Instalasi | 53 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2023-12-08 |
Tanggal Publikasi | 2023-09-06 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | Orion G |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |