Livewire 1350 Miniplayer
A convenient player for Livewire 1350, UEA's radio station.
什么是Livewire 1350 Miniplayer?
Livewire 1350 Miniplayer是由Ben Cheshire开发的Chrome扩展程序,该扩展的主要功能是“A convenient player for Livewire 1350, UEA's radio station.”。
扩展截图
下载Livewire 1350 Miniplayer扩展crx文件
下载Livewire 1350 Miniplayer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A convenient player for Livewire 1350, UEA's radio station. Optional features include notifications and social media feeds.
This extension is still in development! Expect more features soon. There are also a few minor bugs I will iron out. 扩展基本信息
| 名称 | |
| ID | cjboekiedomjmbljacoddhapnmfphhio |
| 官方URL | https://chromewebstore.google.com/detail/livewire-1350-miniplayer/cjboekiedomjmbljacoddhapnmfphhio |
| 简介 | A convenient player for Livewire 1350, UEA's radio station. |
| 文件大小 | 97.51 KB |
| 安装次数 | 10 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-11-21 |
| 上架时间 | 2015-11-21 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Ben Cheshire |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Livewire 1350 Miniplayer",
"description": "A convenient player for Livewire 1350, UEA's radio station.",
"version": "1.0",
"browser_action": {
"default_icon": {
"19": "img\/icon_19.png",
"38": "img\/icon_38.png"
},
"default_popup": "html\/popup.html"
},
"options_ui": {
"page": "html\/options.html"
},
"commands": {
"play": {
"description": "Play\/Pause",
"global": true
}
},
"icons": {
"128": "img\/icon_128.png"
},
"background": {
"page": "html\/background.html",
"persistent": false
},
"omnibox": {
"keyword": "lw"
},
"permissions": [
"storage",
"background",
"notifications",
"contextMenus",
"activeTab",
"http:\/\/livewire1350.com\/",
"alarms"
],
"content_security_policy": "script-src 'self' https:\/\/platform.twitter.com https:\/\/cdn.api.twitter.com https:\/\/syndication.twitter.com; object-src 'self'"
} | |