Radyo Eksen
Everything you want from RadyoEksen packed here! listen and display current song, more coming soon [Radyo Eksen, Istanbul]
Radyo Eksen란 무엇입니까?
Radyo Eksen은(는) Basar Beykoz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Everything you want from RadyoEksen packed here! listen and display current song, more coming soon [Radyo Eksen, Istanbul]"입니다.
확장 프로그램 스크린샷
Radyo Eksen 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
*** UPDATE *** current song bugfix *** GÜNCELLEME *** çalan şarkı gösterme ile ilgili sorun giderildi ---------------------------------------------------- [ENGLISH] Displays currently played song on Radio Eksen, Istanbul + streams music from your best radio station ;) + youtube search page when clicking song/artist title on the popup [TÜRKÇE] Radyo Eksen'de çalan şarkı ve şarkıcı ismini gösterir. + en sevdiğiniz radyo istayonunuzu dinleyebilirsiniz ;) + popup'daki şarkıcı veya şarkı ismine tıklanması halinde çalan şarkının youtube arama sonuçlarını gösterir
확장 프로그램 기본 정보
이름 | |
ID | nkmbkfijljcijfbaeockcpalanmojhnl |
공식 URL | https://chrome.google.com/webstore/detail/radyo-eksen/nkmbkfijljcijfbaeockcpalanmojhnl |
설명 | Everything you want from RadyoEksen packed here! listen and display current song, more coming soon [Radyo Eksen, Istanbul] |
파일 크기 | 103 KB |
설치 횟수 | 35 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2017-12-04 |
출시 날짜 | 2017-12-04 |
평점 | 4.00/5 총 8 개의 평점 |
개발자 | Basar Beykoz |
결제 유형 | free |
지원되는 언어 | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Radyo Eksen", "short_name": "Radyo Eksen", "version": "1.2.1", "description": "Everything you want from RadyoEksen packed here! listen and display current song, more coming soon [Radyo Eksen, Istanbul]", "icons": { "256": "eksen_256.png", "128": "eksen_128.png", "96": "eksen_96.png" }, "permissions": [ "*:\/\/*.radioeksen.com\/" ], "browser_action": { "default_icon": "eksen.png", "default_popup": "popup.html" }, "background": { "page": "background.html" } } |