CenterServ Plugin
This plugin cooperates with the CenterServ streamer
Qu'est-ce que CenterServ Plugin ?
CenterServ Plugin est une extension Chrome développée par https://www.centerserv.com, et sa fonction principale est "This plugin cooperates with the CenterServ streamer".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CenterServ Plugin
Téléchargez les fichiers d'extension CenterServ Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
CenterServ Media Streaming Control Panel. Control Panel for video and radio streaming servers.
Informations de Base sur l'Extension
Nom | CenterServ Plugin |
ID | cfbeldhffnnidpkkjahlcnjjojihafmn |
URL Officiel | https://chromewebstore.google.com/detail/centerserv-plugin/cfbeldhffnnidpkkjahlcnjjojihafmn |
Description | This plugin cooperates with the CenterServ streamer |
Taille du Fichier | 138 KB |
Nombre d'Installations | 19 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2017-06-15 |
Date de Publication | 2017-06-15 |
Développeur | https://www.centerserv.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.centerserv.com/services/managed-server-solutions/managed-streaming-server/ |
URL de la Page d'Aide | http://www.centerserv.com/contact-us/ |
Langues Prises en Charge | 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 } ] } |