KEXP Now Playing

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

Vad är KEXP Now Playing?

KEXP Now Playing är en Chrome-tillägg utvecklad av https://clintmcmahon.com, och dess huvudfunktion är "An extension that displays what is currently playing on KEXP.org".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner KEXP Now Playing-förlängningens CRX-fil

Ladda ner KEXP Now Playing-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

                        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                    

Grundläggande Information om Tillägg

Namn KEXP Now Playing KEXP Now Playing
ID kkfjnljpfpmkjbgnmoejneflokjfcncb
Officiell webbadress https://chromewebstore.google.com/detail/kexp-now-playing/kkfjnljpfpmkjbgnmoejneflokjfcncb
Beskrivning An extension that displays what is currently playing on KEXP.org
Filstorlek 360 KB
Antal Installationer 48
Aktuell Version 1.0.1
Senast Uppdaterad 2021-06-17
Publiceringsdatum 2021-06-04
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://clintmcmahon.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://clintmcmahon.github.io/kexp-now-playing-extension/
Hjälpsida URL https://clintmcmahon.github.io/kexp-now-playing-extension/
Stödda Språk 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"
    }
}