TDI Radio
Listen the best tunest only on the best radio station in Serbia!
TDI Radio란 무엇입니까?
TDI Radio은(는) Nemanja에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Listen the best tunest only on the best radio station in Serbia!"입니다.
확장 프로그램 스크린샷
TDI Radio 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TDI Radio dodatak za Google Chrome koji Vam olaksava slusanje vasih omiljenih stanica, emisija kao sto su Antidepresiv i Kontra kviz, i naravno, domacih i svijetskih hitova! V3.0: Novi izgled, nove stanice, novi hitovi! V2.0: Neke bube zgnjecene
확장 프로그램 기본 정보
이름 | TDI Radio |
ID | emfmemncbafkigmfjhhnogphaplmmjpg |
공식 URL | https://chromewebstore.google.com/detail/tdi-radio/emfmemncbafkigmfjhhnogphaplmmjpg |
설명 | Listen the best tunest only on the best radio station in Serbia! |
파일 크기 | 151 KB |
설치 횟수 | 47 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2018-12-11 |
출시 날짜 | 2018-12-11 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | Nemanja |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "author": "Nemanja Djurcic", "background": { "persistent": true, "scripts": [ "lib\/hls.light.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html", "default_title": "__MSG_name__" }, "commands": { "play-stop": { "description": "__MSG_appKeyboardShortcuts__", "suggested_key": { "default": "Alt+P" } } }, "default_locale": "en", "description": "__MSG_description__", "homepage_url": "https:\/\/github.com\/daVinci13", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "24": "images\/icon24.png", "48": "images\/icon48.png", "96": "images\/icon96.png" }, "manifest_version": 2, "name": "__MSG_name__", "permissions": [ "storage", "http:\/\/streaming.tdiradio.com:8000\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.0" } |