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文件

下載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
官方網址 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
        }
    ]
}