CenterServ Plugin

This plugin cooperates with the CenterServ streamer

Co to jest CenterServ Plugin?

CenterServ Plugin to rozszerzenie Chrome opracowane przez https://www.centerserv.com, a jego główną funkcją jest „This plugin cooperates with the CenterServ streamer”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CenterServ Plugin

Pobierz pliki rozszerzeń CenterServ Plugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa CenterServ Plugin CenterServ Plugin
ID cfbeldhffnnidpkkjahlcnjjojihafmn
Oficjalny URL https://chromewebstore.google.com/detail/centerserv-plugin/cfbeldhffnnidpkkjahlcnjjojihafmn
Opis This plugin cooperates with the CenterServ streamer
Rozmiar pliku 138 KB
Liczba instalacji 19
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2017-06-15
Data Publikacji 2017-06-15
Deweloper https://www.centerserv.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.centerserv.com/services/managed-server-solutions/managed-streaming-server/
Adres URL Strony Pomocy http://www.centerserv.com/contact-us/
Obsługiwane Języki 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
        }
    ]
}