Widget for Spotify
Control Spotify playback
Vad är Widget for Spotify?
Widget for Spotify är en Chrome-tillägg utvecklad av Yemi F, och dess huvudfunktion är "Control Spotify playback".
Tilläggsskärmbilder
Ladda ner Widget for Spotify-förlängningens CRX-fil
Ladda ner Widget for Spotify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | kbodklnajaiochpncacklndhdbjoijij | 
| Officiell webbadress | https://chromewebstore.google.com/detail/widget-for-spotify/kbodklnajaiochpncacklndhdbjoijij | 
| Beskrivning | Control Spotify playback | 
| Filstorlek | 28.42 KB | 
| Antal Installationer | 152 | 
| Aktuell Version | 1.0 | 
| Senast Uppdaterad | 2023-03-30 | 
| Publiceringsdatum | 2023-03-29 | 
| Betyg | 5.00/5 Totalt 1 Betyg | 
| Utvecklare | Yemi F | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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\/*"
    ]
}  |  |