CenterServ Plugin

This plugin cooperates with the CenterServ streamer

¿Qué es CenterServ Plugin?

CenterServ Plugin es una extensión de Chrome desarrollada por https://www.centerserv.com, y su función principal es "This plugin cooperates with the CenterServ streamer".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión CenterServ Plugin

Descarga archivos de extensión CenterServ Plugin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        CenterServ Media Streaming Control Panel. Control Panel for video and radio streaming servers.                    

Información Básica de la Extensión

Nombre CenterServ Plugin CenterServ Plugin
ID cfbeldhffnnidpkkjahlcnjjojihafmn
URL Oficial https://chromewebstore.google.com/detail/centerserv-plugin/cfbeldhffnnidpkkjahlcnjjojihafmn
Descripción This plugin cooperates with the CenterServ streamer
Tamaño del Archivo 138 KB
Cantidad de Instalaciones 19
Versión Actual 2.1
Última Actualización 2017-06-15
Fecha de Publicación 2017-06-15
Desarrollador https://www.centerserv.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.centerserv.com/services/managed-server-solutions/managed-streaming-server/
URL de la Página de Ayuda http://www.centerserv.com/contact-us/
Idiomas Soportados 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
        }
    ]
}