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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CenterServ Plugin
ดาวน์โหลดไฟล์ส่วนขยาย CenterServ Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
CenterServ Media Streaming Control Panel. Control Panel for video and radio streaming servers.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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 } ] } |