TDI Radio
Play TDI radio on your broweser
Apa itu TDI Radio?
TDI Radio adalah ekstensi Chrome yang dikembangkan oleh Seke Nikola, dan fitur utamanya adalah "Play TDI radio on your broweser".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TDI Radio
Unduh file ekstensi TDI Radio dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | bjjffjeanbleeaijfdjndampfamdkkol |
URL Resmi | https://chrome.google.com/webstore/detail/tdi-radio/bjjffjeanbleeaijfdjndampfamdkkol |
Deskripsi | Play TDI radio on your broweser |
Ukuran File | 58.75 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 1.1.3 |
Terakhir Diperbarui | 2018-12-30 |
Tanggal Publikasi | 2018-12-30 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | Seke Nikola |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.tdiradio.com/site/index.php |
Bahasa yang Didukung | 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" } } } |