KEXP Now Playing
An extension that displays what is currently playing on KEXP.org
Qu'est-ce que KEXP Now Playing ?
KEXP Now Playing est une extension Chrome développée par https://clintmcmahon.com, et sa fonction principale est "An extension that displays what is currently playing on KEXP.org".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KEXP Now Playing
Téléchargez les fichiers d'extension KEXP Now Playing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | KEXP Now Playing |
ID | kkfjnljpfpmkjbgnmoejneflokjfcncb |
URL Officiel | https://chromewebstore.google.com/detail/kexp-now-playing/kkfjnljpfpmkjbgnmoejneflokjfcncb |
Description | An extension that displays what is currently playing on KEXP.org |
Taille du Fichier | 360 KB |
Nombre d'Installations | 48 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2021-06-17 |
Date de Publication | 2021-06-04 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://clintmcmahon.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://clintmcmahon.github.io/kexp-now-playing-extension/ |
URL de la Page d'Aide | https://clintmcmahon.github.io/kexp-now-playing-extension/ |
Langues Prises en Charge | 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" } } |