CenterServ Plugin

This plugin cooperates with the CenterServ streamer

Что такое CenterServ Plugin?

CenterServ Plugin - это расширение Chrome, разработанное https://www.centerserv.com, и его основная функция - "This plugin cooperates with the CenterServ streamer".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения CenterServ Plugin

Скачайте файлы расширений CenterServ Plugin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название CenterServ Plugin CenterServ Plugin
ID cfbeldhffnnidpkkjahlcnjjojihafmn
Официальный URL https://chromewebstore.google.com/detail/centerserv-plugin/cfbeldhffnnidpkkjahlcnjjojihafmn
Описание This plugin cooperates with the CenterServ streamer
Размер файла 138 KB
Количество установок 19
Текущая Версия 2.1
Последнее Обновление 2017-06-15
Дата публикации 2017-06-15
Разработчик https://www.centerserv.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.centerserv.com/services/managed-server-solutions/managed-streaming-server/
URL страницы помощи http://www.centerserv.com/contact-us/
Поддерживаемые языки 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
        }
    ]
}