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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
CenterServ Media Streaming Control Panel. Control Panel for video and radio streaming servers. معلومات أساسية عن التمديد
| الاسم | |
| 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/ |
| عنوان صفحة المساعدة | 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
}
]
} | |