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.
Qu'est-ce que Remotify - a Spotify remote for Chrome ?
Remotify - a Spotify remote for Chrome est une extension Chrome développée par Orion G, et sa fonction principale est "A Spotify remote for your browser so that you don't have to leave your window to control your music playback.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Remotify - a Spotify remote for Chrome
Téléchargez les fichiers d'extension Remotify - a Spotify remote for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Remotify - a Spotify remote for Chrome |
ID | hfphhdilhobagdkbgpfeagicnblebflk |
URL Officiel | https://chromewebstore.google.com/detail/remotify-a-spotify-remote/hfphhdilhobagdkbgpfeagicnblebflk |
Description | A Spotify remote for your browser so that you don't have to leave your window to control your music playback. |
Taille du Fichier | 421 KB |
Nombre d'Installations | 53 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2023-12-08 |
Date de Publication | 2023-09-06 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Orion G |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |