TDI Radio
Play TDI radio on your broweser
TDI Radioとは何ですか?
TDI RadioはSeke Nikolaによって開発されたChromeの拡張機能で、その主な機能は「Play TDI radio on your broweser」です。
拡張機能のスクリーンショット
TDI Radio拡張機能のCRXファイルをダウンロード
TDI Radio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | bjjffjeanbleeaijfdjndampfamdkkol |
| 公式URL | https://chrome.google.com/webstore/detail/tdi-radio/bjjffjeanbleeaijfdjndampfamdkkol |
| 説明 | Play TDI radio on your broweser |
| ファイルサイズ | 58.75 KB |
| インストール数 | 20 |
| 現在のバージョン | 1.1.3 |
| 最終更新日 | 2018-12-30 |
| 公開日 | 2018-12-30 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | Seke Nikola |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.tdiradio.com/site/index.php |
| 対応言語 | 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"
}
}
} | |