CenterServ Plugin
This plugin cooperates with the CenterServ streamer
What is CenterServ Plugin?
CenterServ Plugin is a Chrome extension developed by https://www.centerserv.com, and its main feature is "This plugin cooperates with the CenterServ streamer".
Extension Screenshots
Download CenterServ Plugin Extension CRX File
Download CenterServ Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
CenterServ Media Streaming Control Panel. Control Panel for video and radio streaming servers.
Extension Basic Information
Name | CenterServ Plugin |
ID | cfbeldhffnnidpkkjahlcnjjojihafmn |
Official URL | https://chromewebstore.google.com/detail/centerserv-plugin/cfbeldhffnnidpkkjahlcnjjojihafmn |
Description | This plugin cooperates with the CenterServ streamer |
File Size | 138 KB |
Installation Count | 19 |
Current Version | 2.1 |
Last Updated | 2017-06-15 |
Publish Date | 2017-06-15 |
Developer | https://www.centerserv.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.centerserv.com/services/managed-server-solutions/managed-streaming-server/ |
Help Page URL | http://www.centerserv.com/contact-us/ |
Supported Languages | 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 } ] } |