CenterServ Plugin
This plugin cooperates with the CenterServ streamer
Vad är CenterServ Plugin?
CenterServ Plugin är en Chrome-tillägg utvecklad av https://www.centerserv.com, och dess huvudfunktion är "This plugin cooperates with the CenterServ streamer".
Tilläggsskärmbilder
Ladda ner CenterServ Plugin-förlängningens CRX-fil
Ladda ner CenterServ Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
CenterServ Media Streaming Control Panel. Control Panel for video and radio streaming servers. Grundläggande Information om Tillägg
| Namn | |
| ID | cfbeldhffnnidpkkjahlcnjjojihafmn |
| Officiell webbadress | https://chromewebstore.google.com/detail/centerserv-plugin/cfbeldhffnnidpkkjahlcnjjojihafmn |
| Beskrivning | This plugin cooperates with the CenterServ streamer |
| Filstorlek | 138 KB |
| Antal Installationer | 19 |
| Aktuell Version | 2.1 |
| Senast Uppdaterad | 2017-06-15 |
| Publiceringsdatum | 2017-06-15 |
| Utvecklare | https://www.centerserv.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.centerserv.com/services/managed-server-solutions/managed-streaming-server/ |
| Hjälpsida URL | http://www.centerserv.com/contact-us/ |
| Stödda Språk | 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
}
]
} | |