CenterServ Plugin

This plugin cooperates with the CenterServ streamer

CenterServ Plugin란 무엇입니까?

CenterServ Plugin은(는) https://www.centerserv.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This plugin cooperates with the CenterServ streamer"입니다.

확장 프로그램 스크린샷

screenshot

CenterServ Plugin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}