CenterServ Plugin
This plugin cooperates with the CenterServ streamer
什么是CenterServ Plugin?
CenterServ Plugin是由https://www.centerserv.com开发的Chrome扩展程序,该扩展的主要功能是“This plugin cooperates with the CenterServ streamer”。
扩展截图
下载CenterServ Plugin扩展crx文件
下载CenterServ Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
CenterServ Media Streaming Control Panel. Control Panel for video and radio streaming servers. 扩展基本信息
| 名称 | |
| ID | cfbeldhffnnidpkkjahlcnjjojihafmn |
| 官方URL | https://chromewebstore.google.com/detail/centerserv-plugin/cfbeldhffnnidpkkjahlcnjjojihafmn |
| 简介 | This plugin cooperates with the CenterServ streamer |
| 文件大小 | 138 KB |
| 安装次数 | 19 |
| 当前版本 | 2.1 |
| 更新时间 | 2017-06-15 |
| 上架时间 | 2017-06-15 |
| 开发者 | https://www.centerserv.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.centerserv.com/services/managed-server-solutions/managed-streaming-server/ |
| 帮助页面URL | http://www.centerserv.com/contact-us/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CenterServ Plugin",
"description": "This plugin cooperates with the CenterServ streamer",
"version": "2.1",
"web_accessible_resources": [
"*.png",
"*.PNG"
],
"browser_action": {
"default_icon": "logo.png"
},
"background": {
"scripts": [
"task.js"
],
"persistent": false
},
"permissions": [
"activeTab",
"http:\/\/streamer.centerserv.com\/",
"http:\/\/www.centerserv.com\/",
"https:\/\/ajax.googleapis.com\/"
],
"content_scripts": [
{
"matches": [
"*:\/\/streamer.centerserv.com\/*"
],
"js": [
"jQuery.min.js",
"fixPage.js"
],
"all_frames": true
}
]
} | |