CenterServ Plugin

This plugin cooperates with the CenterServ streamer

O que é CenterServ Plugin?

CenterServ Plugin é uma extensão do Chrome desenvolvida por https://www.centerserv.com, e sua principal característica é "This plugin cooperates with the CenterServ streamer".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CenterServ Plugin

Baixe arquivos de extensão CenterServ Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome CenterServ Plugin CenterServ Plugin
ID cfbeldhffnnidpkkjahlcnjjojihafmn
URL Oficial https://chromewebstore.google.com/detail/centerserv-plugin/cfbeldhffnnidpkkjahlcnjjojihafmn
Descrição This plugin cooperates with the CenterServ streamer
Tamanho do Arquivo 138 KB
Contagem de Instalações 19
Versão Atual 2.1
Última Atualização 2017-06-15
Data de Publicação 2017-06-15
Desenvolvedor https://www.centerserv.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.centerserv.com/services/managed-server-solutions/managed-streaming-server/
URL da Página de Ajuda http://www.centerserv.com/contact-us/
Idiomas Suportados 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
        }
    ]
}