TDI Radio
Play TDI radio on your broweser
TDI Radio란 무엇입니까?
TDI Radio은(는) Seke Nikola에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play TDI radio on your broweser"입니다.
확장 프로그램 스크린샷
TDI Radio 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Update: Sad mozete da dobijete notifikacije kad pocnu vase omiljene emisije!! Posto svaki dan slusam TDI radio dok radim a nisam zeleo da drzim otvoren Tab resio sam da napravim ovu extenziju za Chrome. Da pustite muziku pritisnite kombinaciju ALT + 1 Da stopirate muziku pritisnite kombinaciju ALT + 2 Za korisnike Ubuntu-a morate da kliknete na 3 tacke u gornjem desnom uglu. Zatim More Tools - Extenstions. Kliknite na meni( gore levo ) i izaberite Keyboard Shortcuts. Nadjite TDI extenziju i upisite u Type Shortcut "ALT + 1" ( bez navodnika) i u novo polje upisite "ALT + 2" Ovo je prva verzija pa ako imate neke predloge ili sugestije pisite mi: www.sekenikola.com
확장 프로그램 기본 정보
이름 | |
ID | bjjffjeanbleeaijfdjndampfamdkkol |
공식 URL | https://chrome.google.com/webstore/detail/tdi-radio/bjjffjeanbleeaijfdjndampfamdkkol |
설명 | Play TDI radio on your broweser |
파일 크기 | 58.75 KB |
설치 횟수 | 20 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2018-12-30 |
출시 날짜 | 2018-12-30 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Seke Nikola |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.tdiradio.com/site/index.php |
지원되는 언어 | sr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com;object-src 'self'", "name": "TDI Radio", "description": "Play TDI radio on your broweser", "version": "1.1.3", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/streaming.tdiradio.com:8000\/tdiradio.mp3", "notifications" ], "web_accessible_resources": [ "icon.png" ], "background": { "scripts": [ "popup.js", "background.js" ], "persistent": true }, "commands": { "Play": { "suggested_key": { "default": "Alt+1", "mac": "Command+Shift+U" }, "description": "Toggle feature foo" }, "Stop": { "suggested_key": { "default": "Alt+2", "mac": "Command+Shift+D" }, "description": "Toggle feature foo" } } } |