KEXP Now Playing
An extension that displays what is currently playing on KEXP.org
什么是KEXP Now Playing?
KEXP Now Playing是由https://clintmcmahon.com开发的Chrome扩展程序,该扩展的主要功能是“An extension that displays what is currently playing on KEXP.org”。
扩展截图
下载KEXP Now Playing扩展crx文件
下载KEXP Now Playing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | kkfjnljpfpmkjbgnmoejneflokjfcncb |
| 官方URL | https://chromewebstore.google.com/detail/kexp-now-playing/kkfjnljpfpmkjbgnmoejneflokjfcncb |
| 简介 | An extension that displays what is currently playing on KEXP.org |
| 文件大小 | 360 KB |
| 安装次数 | 48 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2021-06-17 |
| 上架时间 | 2021-06-04 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://clintmcmahon.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://clintmcmahon.github.io/kexp-now-playing-extension/ |
| 帮助页面URL | https://clintmcmahon.github.io/kexp-now-playing-extension/ |
| 支持的语言 | 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"
}
} | |