KEXP Now Playing
An extension that displays what is currently playing on KEXP.org
O que é KEXP Now Playing?
KEXP Now Playing é uma extensão do Chrome desenvolvida por https://clintmcmahon.com, e sua principal característica é "An extension that displays what is currently playing on KEXP.org".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão KEXP Now Playing
Baixe arquivos de extensão KEXP Now Playing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | KEXP Now Playing |
ID | kkfjnljpfpmkjbgnmoejneflokjfcncb |
URL Oficial | https://chromewebstore.google.com/detail/kexp-now-playing/kkfjnljpfpmkjbgnmoejneflokjfcncb |
Descrição | An extension that displays what is currently playing on KEXP.org |
Tamanho do Arquivo | 360 KB |
Contagem de Instalações | 48 |
Versão Atual | 1.0.1 |
Última Atualização | 2021-06-17 |
Data de Publicação | 2021-06-04 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://clintmcmahon.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://clintmcmahon.github.io/kexp-now-playing-extension/ |
URL da Página de Ajuda | https://clintmcmahon.github.io/kexp-now-playing-extension/ |
Idiomas Suportados | 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" } } |