CenterServ Plugin

This plugin cooperates with the CenterServ streamer

CenterServ Plugin là gì?

CenterServ Plugin là một tiện ích mở rộng Chrome được phát triển bởi https://www.centerserv.com, và tính năng chính của nó là "This plugin cooperates with the CenterServ streamer".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CenterServ Plugin

Tải xuống các tệp mở rộng CenterServ Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CenterServ Plugin CenterServ Plugin
ID cfbeldhffnnidpkkjahlcnjjojihafmn
URL Chính Thức https://chromewebstore.google.com/detail/centerserv-plugin/cfbeldhffnnidpkkjahlcnjjojihafmn
Mô tả This plugin cooperates with the CenterServ streamer
Kích Thước Tệp 138 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2017-06-15
Ngày Phát Hành 2017-06-15
Nhà Phát Triển https://www.centerserv.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.centerserv.com/services/managed-server-solutions/managed-streaming-server/
URL Trang Trợ Giúp http://www.centerserv.com/contact-us/
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}