KEXP Now Playing
An extension that displays what is currently playing on KEXP.org
Apa itu KEXP Now Playing?
KEXP Now Playing adalah ekstensi Chrome yang dikembangkan oleh https://clintmcmahon.com, dan fitur utamanya adalah "An extension that displays what is currently playing on KEXP.org".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi KEXP Now Playing
Unduh file ekstensi KEXP Now Playing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | KEXP Now Playing |
ID | kkfjnljpfpmkjbgnmoejneflokjfcncb |
URL Resmi | https://chromewebstore.google.com/detail/kexp-now-playing/kkfjnljpfpmkjbgnmoejneflokjfcncb |
Deskripsi | An extension that displays what is currently playing on KEXP.org |
Ukuran File | 360 KB |
Jumlah Instalasi | 48 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2021-06-17 |
Tanggal Publikasi | 2021-06-04 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://clintmcmahon.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://clintmcmahon.github.io/kexp-now-playing-extension/ |
URL Halaman Bantuan | https://clintmcmahon.github.io/kexp-now-playing-extension/ |
Bahasa yang Didukung | 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" } } |