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"
]
} | |