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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | KEXP Now Playing |
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" } } |