KEXP Now Playing
An extension that displays what is currently playing on KEXP.org
Cos'è KEXP Now Playing?
KEXP Now Playing è un'estensione di Chrome sviluppata da https://clintmcmahon.com, e la sua funzione principale è "An extension that displays what is currently playing on KEXP.org".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione KEXP Now Playing
Scarica i file di estensione KEXP Now Playing 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
A browser extension that displays the track, artist and album from the currently playing track on KEXP 90.3 FM in Seattle. Just click on the icon and a window appears to display the album artwork (if available) song, artist and album.
KEXP is a listener-powered radio station out of Seattle Washington and streaming all over the world. Learn more about KEXP and it’s mission at KEXP.org Informazioni di Base sull'Estensione
| Nome | |
| ID | kkfjnljpfpmkjbgnmoejneflokjfcncb |
| URL Ufficiale | https://chromewebstore.google.com/detail/kexp-now-playing/kkfjnljpfpmkjbgnmoejneflokjfcncb |
| Descrizione | An extension that displays what is currently playing on KEXP.org |
| Dimensione del File | 360 KB |
| Conteggio Installazioni | 48 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2021-06-17 |
| Data di Pubblicazione | 2021-06-04 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://clintmcmahon.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://clintmcmahon.github.io/kexp-now-playing-extension/ |
| URL della Pagina di Aiuto | https://clintmcmahon.github.io/kexp-now-playing-extension/ |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "KEXP Now Playing",
"version": "1.0.1",
"description": "An extension that displays what is currently playing on KEXP.org",
"icons": {
"192": "logo192.png",
"512": "logo512.png"
},
"browser_action": {
"default_icon": "logo192.png",
"default_title": "KEXP Now Playing",
"default_popup": "index.html"
}
} | |