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 |
| 官方網址 | 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"
]
} | |