XSTAR Radio
Internet radio player
XSTAR Radio란 무엇입니까?
XSTAR Radio은(는) http://radio.xstar.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Internet radio player"입니다.
확장 프로그램 스크린샷
XSTAR Radio 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Интернет радио плеер в виде аудиокассеты. - Более 3000 каналов радио. - Настраиваемый внешний вид кассеты. Для смены внешнего вида используйте болты на кассете. ------------------------------------------------------ Internet radio player in the form of audio cassettes. - More than 3000 radio channels. - Customizable appearance of the tape. To change the appearance of the use bolts on the tape.
확장 프로그램 기본 정보
이름 | |
ID | mhlkbkhlpoplboocgkbeknmkceempaoi |
공식 URL | https://chrome.google.com/webstore/detail/xstar-radio/mhlkbkhlpoplboocgkbeknmkceempaoi |
설명 | Internet radio player |
파일 크기 | 15.17 KB |
설치 횟수 | 551 |
현재 버전 | 3.6 |
최근 업데이트 | 2015-09-10 |
출시 날짜 | 2015-09-10 |
평점 | 3.89/5 총 46 개의 평점 |
개발자 | http://radio.xstar.ru |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://xstar.ru |
도움말 페이지 URL | http://xstar.ru |
지원되는 언어 | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "XSTAR Radio", "version": "3.6", "description": "Internet radio player", "short_name": "XSTAR Radio", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "logo.png", "48": "logo.png", "16": "logo.png" }, "browser_action": { "default_icon": "logo.png", "default_title": "XSTAR Radio", "default_popup": "" }, "permissions": [ "tabs" ] } |