CenterServ Plugin

This plugin cooperates with the CenterServ streamer

Cos'è CenterServ Plugin?

CenterServ Plugin è un'estensione di Chrome sviluppata da https://www.centerserv.com, e la sua funzione principale è "This plugin cooperates with the CenterServ streamer".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CenterServ Plugin

Scarica i file di estensione CenterServ Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome CenterServ Plugin CenterServ Plugin
ID cfbeldhffnnidpkkjahlcnjjojihafmn
URL Ufficiale https://chromewebstore.google.com/detail/centerserv-plugin/cfbeldhffnnidpkkjahlcnjjojihafmn
Descrizione This plugin cooperates with the CenterServ streamer
Dimensione del File 138 KB
Conteggio Installazioni 19
Versione Corrente 2.1
Ultimo Aggiornamento 2017-06-15
Data di Pubblicazione 2017-06-15
Sviluppatore https://www.centerserv.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.centerserv.com/services/managed-server-solutions/managed-streaming-server/
URL della Pagina di Aiuto http://www.centerserv.com/contact-us/
Lingue Supportate 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
        }
    ]
}