TDI Radio
Play TDI radio on your broweser
Wat is TDI Radio?
TDI Radio is een Chrome-extensie ontwikkeld door Seke Nikola, en de belangrijkste functie is "Play TDI radio on your broweser".
Extensie Screenshots
Download het CRX-bestand van de extensie TDI Radio
Download TDI Radio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | bjjffjeanbleeaijfdjndampfamdkkol |
Officiële URL | https://chrome.google.com/webstore/detail/tdi-radio/bjjffjeanbleeaijfdjndampfamdkkol |
Beschrijving | Play TDI radio on your broweser |
Bestandsgrootte | 58.75 KB |
Aantal Installaties | 20 |
Huidige Versie | 1.1.3 |
Laatst Bijgewerkt | 2018-12-30 |
Publicatiedatum | 2018-12-30 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Seke Nikola |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.tdiradio.com/site/index.php |
Ondersteunde Talen | 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" } } } |