Widget for Spotify
Control Spotify playback
Qu'est-ce que Widget for Spotify ?
Widget for Spotify est une extension Chrome développée par Yemi F, et sa fonction principale est "Control Spotify playback".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Widget for Spotify
Téléchargez les fichiers d'extension Widget for Spotify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Widget for Spotify |
ID | kbodklnajaiochpncacklndhdbjoijij |
URL Officiel | https://chromewebstore.google.com/detail/widget-for-spotify/kbodklnajaiochpncacklndhdbjoijij |
Description | Control Spotify playback |
Taille du Fichier | 28.42 KB |
Nombre d'Installations | 152 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-03-30 |
Date de Publication | 2023-03-29 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Yemi F |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |