KEXP Now Playing

An extension that displays what is currently playing on KEXP.org

Wat is KEXP Now Playing?

KEXP Now Playing is een Chrome-extensie ontwikkeld door https://clintmcmahon.com, en de belangrijkste functie is "An extension that displays what is currently playing on KEXP.org".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie KEXP Now Playing

Download KEXP Now Playing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam KEXP Now Playing KEXP Now Playing
ID kkfjnljpfpmkjbgnmoejneflokjfcncb
Officiële URL https://chromewebstore.google.com/detail/kexp-now-playing/kkfjnljpfpmkjbgnmoejneflokjfcncb
Beschrijving An extension that displays what is currently playing on KEXP.org
Bestandsgrootte 360 KB
Aantal Installaties 48
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-06-17
Publicatiedatum 2021-06-04
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://clintmcmahon.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://clintmcmahon.github.io/kexp-now-playing-extension/
Help Pagina-URL https://clintmcmahon.github.io/kexp-now-playing-extension/
Ondersteunde Talen 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"
    }
}