KEXP Now Playing
An extension that displays what is currently playing on KEXP.org
What is KEXP Now Playing?
KEXP Now Playing is a Chrome extension developed by https://clintmcmahon.com, and its main feature is "An extension that displays what is currently playing on KEXP.org".
Extension Screenshots
Download KEXP Now Playing Extension CRX File
Download KEXP Now Playing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | KEXP Now Playing |
ID | kkfjnljpfpmkjbgnmoejneflokjfcncb |
Official URL | https://chromewebstore.google.com/detail/kexp-now-playing/kkfjnljpfpmkjbgnmoejneflokjfcncb |
Description | An extension that displays what is currently playing on KEXP.org |
File Size | 360 KB |
Installation Count | 48 |
Current Version | 1.0.1 |
Last Updated | 2021-06-17 |
Publish Date | 2021-06-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://clintmcmahon.com |
[email protected] | |
Payment Type | free |
Extension Website | https://clintmcmahon.github.io/kexp-now-playing-extension/ |
Help Page URL | https://clintmcmahon.github.io/kexp-now-playing-extension/ |
Supported Languages | 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" } } |