TDI Radio
Listen the best tunest only on the best radio station in Serbia!
什麼是TDI Radio?
TDI Radio是由Nemanja開發的Chrome擴展程式,該擴展的主要功能是“Listen the best tunest only on the best radio station in Serbia!”。
擴展截圖
下載TDI Radio擴展crx文件
下載TDI Radio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | TDI Radio |
ID | emfmemncbafkigmfjhhnogphaplmmjpg |
官方網址 | https://chromewebstore.google.com/detail/tdi-radio/emfmemncbafkigmfjhhnogphaplmmjpg |
簡介 | Listen the best tunest only on the best radio station in Serbia! |
檔案大小 | 151 KB |
安裝次數 | 47 |
目前版本 | 3.0.0 |
更新時間 | 2018-12-11 |
上架時間 | 2018-12-11 |
評分 | 5.00/5 共 6 次評分 |
開發者 | Nemanja |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } |