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é es Remotify - a Spotify remote for Chrome?
Remotify - a Spotify remote for Chrome es una extensión de Chrome desarrollada por Orion G, y su función principal es "A Spotify remote for your browser so that you don't have to leave your window to control your music playback.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Remotify - a Spotify remote for Chrome
Descarga archivos de extensión Remotify - a Spotify remote for Chrome en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Remotify - a Spotify remote for Chrome |
ID | hfphhdilhobagdkbgpfeagicnblebflk |
URL Oficial | https://chromewebstore.google.com/detail/remotify-a-spotify-remote/hfphhdilhobagdkbgpfeagicnblebflk |
Descripción | A Spotify remote for your browser so that you don't have to leave your window to control your music playback. |
Tamaño del Archivo | 421 KB |
Cantidad de Instalaciones | 53 |
Versión Actual | 1.0.1 |
Última Actualización | 2023-12-08 |
Fecha de Publicación | 2023-09-06 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | Orion G |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |