Triple J Simple Stream With Info
Simple shortcut for casually streaming Australia's Triple J radio in the background
Triple J Simple Stream With Infoとは何ですか?
Triple J Simple Stream With InfoはPatrick Moodyによって開発されたChromeの拡張機能で、その主な機能は「Simple shortcut for casually streaming Australia's Triple J radio in the background」です。
拡張機能のスクリーンショット
Triple J Simple Stream With Info拡張機能のCRXファイルをダウンロード
Triple J Simple Stream With Info拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily stream Triple J radio from chrome. No more keeping track of tabs/windows in the background! Double click to view current track info.
UNOFFICIAL fan created app. 拡張機能の基本情報
| 名前 | |
| ID | onbmkkchghooiekfenhmoapooodgedhk |
| 公式URL | https://chromewebstore.google.com/detail/triple-j-simple-stream-wi/onbmkkchghooiekfenhmoapooodgedhk |
| 説明 | Simple shortcut for casually streaming Australia's Triple J radio in the background |
| ファイルサイズ | 61.58 KB |
| インストール数 | 161 |
| 現在のバージョン | 3.0.0 |
| 最終更新日 | 2017-02-13 |
| 公開日 | 2017-02-12 |
| 評価 | 4.70/5 合計 23 レビュー |
| 開発者 | Patrick Moody |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Triple J Simple Stream With Info",
"version": "3.0.0",
"description": "Simple shortcut for casually streaming Australia's Triple J radio in the background",
"icons": {
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": {
"38": "images\/icon38.png"
},
"default_popup_": "popup.html"
},
"author": "Patrick Moody, Tom Gangemi",
"background": {
"page": "background.html",
"persistent": false
},
"permissions": [
"background",
"notifications"
]
} | |