KVRX Livestream
Listen to KVRX with the click of a button!
KVRX Livestream란 무엇입니까?
KVRX Livestream은(는) Ian Mobbs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Listen to KVRX with the click of a button!"입니다.
확장 프로그램 스크린샷
KVRX Livestream 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Struggle with .PLS files on a Mac, or don't want to keep a tab open on a PC? Now, you can listen to KVRX through a simple Chrome extension. Just install and press "Listen Now" to hear your favorite independent music authority.
확장 프로그램 기본 정보
이름 | KVRX Livestream |
ID | oebohfmoakpighofinngopmedfmdbpdh |
공식 URL | https://chromewebstore.google.com/detail/kvrx-livestream/oebohfmoakpighofinngopmedfmdbpdh |
설명 | Listen to KVRX with the click of a button! |
파일 크기 | 336 KB |
설치 횟수 | 173 |
현재 버전 | 0.0.5 |
최근 업데이트 | 2016-09-16 |
출시 날짜 | 2016-09-16 |
평점 | 4.25/5 총 8 개의 평점 |
개발자 | Ian Mobbs |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.ianmobbs.com/projects/6/ |
도움말 페이지 URL | http://www.ianmobbs.com/projects/6/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KVRX Livestream", "short_name": "KVRX", "description": "Listen to KVRX with the click of a button!", "version": "0.0.5", "permissions": [ "http:\/\/kvrx.org\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "persistent": true, "scripts": [ "jquery.js", "background.js" ] } } |