Online Radio
All your favorite radio stations in one extension.
Online Radio란 무엇입니까?
Online Radio은(는) http://isansar.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "All your favorite radio stations in one extension."입니다.
확장 프로그램 스크린샷
Online Radio 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Nepali Online Radio Google Extension. Which will allow you to Listen it Directly to Your Google Chrome Browser. Comment And Feedbacks Are Highly Appreciated Thank you ! Rup Gautam
확장 프로그램 기본 정보
이름 | |
ID | dkchgidhiakomnncnkkhocofcaidicce |
공식 URL | https://chrome.google.com/webstore/detail/online-radio/dkchgidhiakomnncnkkhocofcaidicce |
설명 | All your favorite radio stations in one extension. |
파일 크기 | 591 KB |
설치 횟수 | 450 |
현재 버전 | 1.4.16 |
최근 업데이트 | 2013-12-09 |
출시 날짜 | 2013-12-09 |
평점 | 3.50/5 총 4 개의 평점 |
개발자 | http://isansar.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "version": "1.4.16", "name": "__MSG_name__", "description": "__MSG_description__", "permissions": [ "notifications", "webRequest", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "icons\/38.png" ], "content_scripts": [ { "matches": [ "http:\/\/anonym-tsk.github.io\/chrome-online-radio\/*" ], "js": [ "js\/proxy.js" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/hotkey.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "js\/HtmlPlayer.js", "js\/FlashPlayer.js", "js\/AudioPlayer.js", "js\/DataStorage.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "38": "icons\/38.png", "19": "icons\/19.png" }, "default_popup": "popup.html", "default_title": "__MSG_name__" }, "icons": { "128": "icons\/icon.png", "48": "icons\/48.png", "38": "icons\/48.png", "19": "icons\/19.png", "16": "icons\/16.png" }, "options_page": "options.html" } |