CenterServ Plugin

This plugin cooperates with the CenterServ streamer

Apa itu CenterServ Plugin?

CenterServ Plugin adalah ekstensi Chrome yang dikembangkan oleh https://www.centerserv.com, dan fitur utamanya adalah "This plugin cooperates with the CenterServ streamer".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CenterServ Plugin

Unduh file ekstensi CenterServ Plugin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama CenterServ Plugin CenterServ Plugin
ID cfbeldhffnnidpkkjahlcnjjojihafmn
URL Resmi https://chromewebstore.google.com/detail/centerserv-plugin/cfbeldhffnnidpkkjahlcnjjojihafmn
Deskripsi This plugin cooperates with the CenterServ streamer
Ukuran File 138 KB
Jumlah Instalasi 19
Versi Saat Ini 2.1
Terakhir Diperbarui 2017-06-15
Tanggal Publikasi 2017-06-15
Pengembang https://www.centerserv.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.centerserv.com/services/managed-server-solutions/managed-streaming-server/
URL Halaman Bantuan http://www.centerserv.com/contact-us/
Bahasa yang Didukung 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
        }
    ]
}