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 |
公式URL | 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 |
Eメール | [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" } |