TDI Radio
Play TDI radio on your broweser
What is TDI Radio?
TDI Radio is a Chrome extension developed by Seke Nikola, and its main feature is "Play TDI radio on your broweser".
Extension Screenshots
Download TDI Radio Extension CRX File
Download TDI Radio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | bjjffjeanbleeaijfdjndampfamdkkol |
Official URL | https://chrome.google.com/webstore/detail/tdi-radio/bjjffjeanbleeaijfdjndampfamdkkol |
Description | Play TDI radio on your broweser |
File Size | 58.75 KB |
Installation Count | 20 |
Current Version | 1.1.3 |
Last Updated | 2018-12-30 |
Publish Date | 2018-12-30 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Seke Nikola |
[email protected] | |
Payment Type | free |
Extension Website | http://www.tdiradio.com/site/index.php |
Supported Languages | 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" } } } |