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 |
| Eメール | [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
}
]
} | |