Extension Player for Spotify
Control Spotify playback from Chrome
Was ist Extension Player for Spotify?
Extension Player for Spotify ist eine Chrome-Erweiterung, die von Curtis Hu entwickelt wurde, und ihr Hauptmerkmal ist "Control Spotify playback from Chrome".
Erweiterungsscreenshots
Extension Player for Spotify-Erweiterungs-CRX-Datei herunterladen
Laden Sie Extension Player for Spotify-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
Control Spotify's playback from Chrome for SPOTIFY PREMIUM. Don't interrupt workflow as you listen to music. On any computer with this your google account, control Spotify playing out of phone, computer, or tablet etc. > TOGGLE PLAY ⏯️; SKIP NEXT TRACK ⏭️; SKIP PREVIOUS TRACK ⏮️ (Keyboard Media Keys) > Click on Artist to look up artist's profile page > Click on Song title to look up song profile page > Click on Album to look up album page > Open Spotify Web Player by right click on page or browser action icon. > Option to open Spotify web player when chrome starts *must have Spotify Premium *should be signed in with Spotify on browser.
Grundlegende Informationen zur Erweiterung
Name | Extension Player for Spotify |
ID | dnngcfpcnpmakpjeaeapphjihhbenilk |
Offizielle URL | https://chromewebstore.google.com/detail/extension-player-for-spot/dnngcfpcnpmakpjeaeapphjihhbenilk |
Beschreibung | Control Spotify playback from Chrome |
Dateigröße | 24.39 KB |
Installationsanzahl | 5,062 |
Aktuelle Version | 1.3 |
Letztes Update | 2020-12-10 |
Veröffentlichungsdatum | 2020-11-01 |
Bewertung | 5.00/5 Insgesamt 11 Bewertungen |
Entwickler | Curtis Hu |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extension Player for Spotify", "version": "1.3", "description": "Control Spotify playback from Chrome", "icons": { "16": "images\/logo16.png", "24": "images\/logo24.png", "32": "images\/logo32.png", "64": "images\/logo64.png", "128": "images\/logo128.png" }, "content_security_policy": "default-src 'self'; img-src https:\/\/i.scdn.co\/image\/ 'self'; connect-src https:\/\/open.spotify.com\/ https:\/\/api.spotify.com\/", "incognito": "not_allowed", "permissions": [ "tabs", "contextMenus", "storage" ], "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "matches": [ " |