KEXP Now Playing
An extension that displays what is currently playing on KEXP.org
Was ist KEXP Now Playing?
KEXP Now Playing ist eine Chrome-Erweiterung, die von https://clintmcmahon.com entwickelt wurde, und ihr Hauptmerkmal ist "An extension that displays what is currently playing on KEXP.org".
Erweiterungsscreenshots
KEXP Now Playing-Erweiterungs-CRX-Datei herunterladen
Laden Sie KEXP Now Playing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | KEXP Now Playing |
ID | kkfjnljpfpmkjbgnmoejneflokjfcncb |
Offizielle URL | https://chromewebstore.google.com/detail/kexp-now-playing/kkfjnljpfpmkjbgnmoejneflokjfcncb |
Beschreibung | An extension that displays what is currently playing on KEXP.org |
Dateigröße | 360 KB |
Installationsanzahl | 48 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2021-06-17 |
Veröffentlichungsdatum | 2021-06-04 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://clintmcmahon.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://clintmcmahon.github.io/kexp-now-playing-extension/ |
Hilfeseite URL | https://clintmcmahon.github.io/kexp-now-playing-extension/ |
Unterstützte Sprachen | 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" } } |