CenterServ Plugin
This plugin cooperates with the CenterServ streamer
CenterServ Plugin क्या है?
CenterServ Plugin https://www.centerserv.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This plugin cooperates with the CenterServ streamer"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CenterServ Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } ] } |