TDI Radio
Listen the best tunest only on the best radio station in Serbia!
Was ist TDI Radio?
TDI Radio ist eine Chrome-Erweiterung, die von Nemanja entwickelt wurde, und ihr Hauptmerkmal ist "Listen the best tunest only on the best radio station in Serbia!".
Erweiterungsscreenshots
TDI Radio-Erweiterungs-CRX-Datei herunterladen
Laden Sie TDI Radio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
TDI Radio dodatak za Google Chrome koji Vam olaksava slusanje vasih omiljenih stanica, emisija kao sto su Antidepresiv i Kontra kviz, i naravno, domacih i svijetskih hitova!
V3.0: Novi izgled, nove stanice, novi hitovi!
V2.0: Neke bube zgnjecene Grundlegende Informationen zur Erweiterung
| Name | |
| ID | emfmemncbafkigmfjhhnogphaplmmjpg |
| Offizielle URL | https://chromewebstore.google.com/detail/tdi-radio/emfmemncbafkigmfjhhnogphaplmmjpg |
| Beschreibung | Listen the best tunest only on the best radio station in Serbia! |
| Dateigröße | 151 KB |
| Installationsanzahl | 47 |
| Aktuelle Version | 3.0.0 |
| Letztes Update | 2018-12-11 |
| Veröffentlichungsdatum | 2018-12-11 |
| Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
| Entwickler | Nemanja |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"author": "Nemanja Djurcic",
"background": {
"persistent": true,
"scripts": [
"lib\/hls.light.min.js",
"js\/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
},
"default_popup": "popup.html",
"default_title": "__MSG_name__"
},
"commands": {
"play-stop": {
"description": "__MSG_appKeyboardShortcuts__",
"suggested_key": {
"default": "Alt+P"
}
}
},
"default_locale": "en",
"description": "__MSG_description__",
"homepage_url": "https:\/\/github.com\/daVinci13",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"24": "images\/icon24.png",
"48": "images\/icon48.png",
"96": "images\/icon96.png"
},
"manifest_version": 2,
"name": "__MSG_name__",
"permissions": [
"storage",
"http:\/\/streaming.tdiradio.com:8000\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "3.0.0"
} | |