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.

Was ist Remotify - a Spotify remote for Chrome?

Remotify - a Spotify remote for Chrome ist eine Chrome-Erweiterung, die von Orion G entwickelt wurde, und ihr Hauptmerkmal ist "A Spotify remote for your browser so that you don't have to leave your window to control your music playback.".

Erweiterungsscreenshots

screenshot

Remotify - a Spotify remote for Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie Remotify - a Spotify remote for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Remotify - a Spotify remote for Chrome Remotify - a Spotify remote for Chrome
ID hfphhdilhobagdkbgpfeagicnblebflk
Offizielle URL https://chromewebstore.google.com/detail/remotify-a-spotify-remote/hfphhdilhobagdkbgpfeagicnblebflk
Beschreibung A Spotify remote for your browser so that you don't have to leave your window to control your music playback.
Dateigröße 421 KB
Installationsanzahl 53
Aktuelle Version 1.0.1
Letztes Update 2023-12-08
Veröffentlichungsdatum 2023-09-06
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Orion G
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}