TDI Radio
Play TDI radio on your broweser
Hvad er TDI Radio?
TDI Radio er en Chrome-udvidelse udviklet af Seke Nikola, og dens hovedfunktion er "Play TDI radio on your broweser".
Udvidelsesskærmbilleder
Download TDI Radio-udvidelses-CRX-fil
Download TDI Radio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bjjffjeanbleeaijfdjndampfamdkkol |
Officiel URL | https://chrome.google.com/webstore/detail/tdi-radio/bjjffjeanbleeaijfdjndampfamdkkol |
Beskrivelse | Play TDI radio on your broweser |
Filstørrelse | 58.75 KB |
Antal Installationer | 20 |
Nuværende Version | 1.1.3 |
Senest Opdateret | 2018-12-30 |
Udgivelsesdato | 2018-12-30 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | Seke Nikola |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.tdiradio.com/site/index.php |
Understøttede Sprog | 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" } } } |