CenterServ Plugin

This plugin cooperates with the CenterServ streamer

Co je CenterServ Plugin?

CenterServ Plugin je rozšíření Chrome vyvinuté https://www.centerserv.com, a jeho hlavní funkcí je „This plugin cooperates with the CenterServ streamer“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření CenterServ Plugin

Stáhněte si soubory rozšíření CenterServ Plugin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název CenterServ Plugin CenterServ Plugin
ID cfbeldhffnnidpkkjahlcnjjojihafmn
Oficiální URL https://chromewebstore.google.com/detail/centerserv-plugin/cfbeldhffnnidpkkjahlcnjjojihafmn
Popis This plugin cooperates with the CenterServ streamer
Velikost souboru 138 KB
Počet instalací 19
Aktuální Verze 2.1
Poslední Aktualizace 2017-06-15
Datum Vydání 2017-06-15
Vývojář https://www.centerserv.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.centerserv.com/services/managed-server-solutions/managed-streaming-server/
URL Stránky Nápovědy http://www.centerserv.com/contact-us/
Podporované Jazyky 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
        }
    ]
}