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.

Wat is Remotify - a Spotify remote for Chrome?

Remotify - a Spotify remote for Chrome is een Chrome-extensie ontwikkeld door Orion G, en de belangrijkste functie is "A Spotify remote for your browser so that you don't have to leave your window to control your music playback.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Remotify - a Spotify remote for Chrome

Download Remotify - a Spotify remote for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Remotify - a Spotify remote for Chrome Remotify - a Spotify remote for Chrome
ID hfphhdilhobagdkbgpfeagicnblebflk
Officiële URL https://chromewebstore.google.com/detail/remotify-a-spotify-remote/hfphhdilhobagdkbgpfeagicnblebflk
Beschrijving A Spotify remote for your browser so that you don't have to leave your window to control your music playback.
Bestandsgrootte 421 KB
Aantal Installaties 53
Huidige Versie 1.0.1
Laatst Bijgewerkt 2023-12-08
Publicatiedatum 2023-09-06
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Orion G
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}