Italian Mood Radio
This extension plays Italian Mood Radio streaming
Italian Mood Radio란 무엇입니까?
Italian Mood Radio은(는) https://italianmood.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension plays Italian Mood Radio streaming"입니다.
확장 프로그램 스크린샷
Italian Mood Radio 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds Italian Mood Radio player to your browser. Surf the web while listening to Italian Mood Radio. Italian Mood Radio is a radio that promotes indie musicians all over the world under Creative Commons and Copyleft licensing system. You can stream your music, or you live shows at Italian Mood Radio. It's simple. Just contact us [email protected]
확장 프로그램 기본 정보
이름 | Italian Mood Radio |
ID | eklmfpmglefoeihjjodigibphafgmged |
공식 URL | https://chromewebstore.google.com/detail/italian-mood-radio/eklmfpmglefoeihjjodigibphafgmged |
설명 | This extension plays Italian Mood Radio streaming |
파일 크기 | 31.39 KB |
설치 횟수 | 137 |
현재 버전 | 1.1 |
최근 업데이트 | 2013-04-26 |
출시 날짜 | 2013-04-26 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | https://italianmood.net |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://radio.italianmood.net |
지원되는 언어 | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "38.png" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This extension plays Italian Mood Radio streaming", "background": { "persistent": true, "page": "background.html", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ] }, "name": "Italian Mood Radio", "manifest_version": 2, "version": "1.1" } |