Widget for Spotify
Control Spotify playback
What is Widget for Spotify?
Widget for Spotify is a Chrome extension developed by Yemi F, and its main feature is "Control Spotify playback".
Extension Screenshots
Download Widget for Spotify Extension CRX File
Download Widget for Spotify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Widget for Spotify |
ID | kbodklnajaiochpncacklndhdbjoijij |
Official URL | https://chromewebstore.google.com/detail/widget-for-spotify/kbodklnajaiochpncacklndhdbjoijij |
Description | Control Spotify playback |
File Size | 28.42 KB |
Installation Count | 152 |
Current Version | 1.0 |
Last Updated | 2023-03-30 |
Publish Date | 2023-03-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Yemi F |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |