BiH Live Radio
Listen to live streaming of the most popular Bosnia and Herzegovina radio stations.
BiH Live Radio란 무엇입니까?
BiH Live Radio은(는) http://4ants.ba에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Listen to live streaming of the most popular Bosnia and Herzegovina radio stations."입니다.
확장 프로그램 스크린샷
BiH Live Radio 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Listen to live streaming of the most popular Bosnia and Herzegovina radio stations. Choose from the list of hand picked radio stations and enjoy quality music. Included radio stations: Radio Dobre Vibracije, Studio 88, Radio Sarajevo, Radio Stari Grad and other.
확장 프로그램 기본 정보
이름 | |
ID | mnoohcgofnohagkhbjcfidmpkfpddkmc |
공식 URL | https://chrome.google.com/webstore/detail/bih-live-radio/mnoohcgofnohagkhbjcfidmpkfpddkmc |
설명 | Listen to live streaming of the most popular Bosnia and Herzegovina radio stations. |
파일 크기 | 138 KB |
설치 횟수 | 48 |
현재 버전 | 1.2 |
최근 업데이트 | 2012-11-08 |
출시 날짜 | 2012-11-08 |
평점 | 4.00/5 총 6 개의 평점 |
개발자 | http://4ants.ba |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.4ants.ba/ |
지원되는 언어 | hr |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BiH Live Radio", "version": "1.2", "description": "Listen to live streaming of the most popular Bosnia and Herzegovina radio stations.", "background": { "page": "pages\/background.html" }, "browser_action": { "default_title": "BiH Live Radio", "default_icon": "icons\/icon-24.png", "default_popup": "pages\/popup.html" }, "permissions": [ "http:\/\/share.4ants.info\/" ], "icons": { "24": "icons\/icon-24.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png" } } |