Widget for Spotify

Control Spotify playback

Cos'è Widget for Spotify?

Widget for Spotify è un'estensione di Chrome sviluppata da Yemi F, e la sua funzione principale è "Control Spotify playback".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Widget for Spotify

Scarica i file di estensione Widget for Spotify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Widget for Spotify Widget for Spotify
ID kbodklnajaiochpncacklndhdbjoijij
URL Ufficiale https://chromewebstore.google.com/detail/widget-for-spotify/kbodklnajaiochpncacklndhdbjoijij
Descrizione Control Spotify playback
Dimensione del File 28.42 KB
Conteggio Installazioni 152
Versione Corrente 1.0
Ultimo Aggiornamento 2023-03-30
Data di Pubblicazione 2023-03-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Yemi F
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}