CenterServ Plugin
This plugin cooperates with the CenterServ streamer
Wat is CenterServ Plugin?
CenterServ Plugin is een Chrome-extensie ontwikkeld door https://www.centerserv.com, en de belangrijkste functie is "This plugin cooperates with the CenterServ streamer".
Extensie Screenshots
Download het CRX-bestand van de extensie CenterServ Plugin
Download CenterServ Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
CenterServ Media Streaming Control Panel. Control Panel for video and radio streaming servers.
Basisinformatie over de Extensie
Naam | CenterServ Plugin |
ID | cfbeldhffnnidpkkjahlcnjjojihafmn |
Officiële URL | https://chromewebstore.google.com/detail/centerserv-plugin/cfbeldhffnnidpkkjahlcnjjojihafmn |
Beschrijving | This plugin cooperates with the CenterServ streamer |
Bestandsgrootte | 138 KB |
Aantal Installaties | 19 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2017-06-15 |
Publicatiedatum | 2017-06-15 |
Ontwikkelaar | https://www.centerserv.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.centerserv.com/services/managed-server-solutions/managed-streaming-server/ |
Help Pagina-URL | http://www.centerserv.com/contact-us/ |
Ondersteunde Talen | 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 } ] } |