Widget for Spotify
Control Spotify playback
Wat is Widget for Spotify?
Widget for Spotify is een Chrome-extensie ontwikkeld door Yemi F, en de belangrijkste functie is "Control Spotify playback".
Extensie Screenshots
Download het CRX-bestand van de extensie Widget for Spotify
Download Widget for Spotify-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
This is a now playing media widget for Spotify. Inspired by Spotify's Android widget. Features - control your music/podcasts whilst minimizing interruptions to your workflow - play, pause, previous, next - background colour dependent on cover art - click anywhere in the extension to go to the Spotify tab playing media - presents a link to Spotify when Spotify is not open OR when nothing is playing Use - to use, go to Spotify Web (https://open.spotify.com/) and login - optional: PIN extension - click extension to open and control playback
Basisinformatie over de Extensie
Naam | Widget for Spotify |
ID | kbodklnajaiochpncacklndhdbjoijij |
Officiële URL | https://chromewebstore.google.com/detail/widget-for-spotify/kbodklnajaiochpncacklndhdbjoijij |
Beschrijving | Control Spotify playback |
Bestandsgrootte | 28.42 KB |
Aantal Installaties | 152 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-03-30 |
Publicatiedatum | 2023-03-29 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Yemi F |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Widget for Spotify", "description": "Control Spotify playback", "version": "1.0", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_popup": "popup.html" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "*:\/\/open.spotify.com\/*" ] } |