STAGE TEN Screen Sharing
Use screen share as a source when participating in live broadcasts on STAGE TEN Connect.
什么是STAGE TEN Screen Sharing?
STAGE TEN Screen Sharing是由https://app.stageten.tv开发的Chrome扩展程序,该扩展的主要功能是“Use screen share as a source when participating in live broadcasts on STAGE TEN Connect.”。
扩展截图
下载STAGE TEN Screen Sharing扩展crx文件
下载STAGE TEN Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Share the screen from your computer as a live source in STAGE TEN. Show presentations, game feeds, photos or whatever’s on your screen. STAGE TEN lets you leverage the core capabilities of a live production studio and control room in a simple web application and easily turn your Facebook, YouTube, or Twitch pages into social TV channels. This extension lets you share your screen as a source from the STAGE TEN Connect participation interface. - Select Screenshare as a Source - Join the Broadcast - The Director can now add your screen as a live source in the STAGE TEN Studio. STAGE TEN and STAGE TEN Connect are optimized for Google Chrome.
扩展基本信息
名称 | STAGE TEN Screen Sharing |
ID | goamegimanchjbahibnpgkebehebpnhc |
官方URL | https://chromewebstore.google.com/detail/stage-ten-screen-sharing/goamegimanchjbahibnpgkebehebpnhc |
简介 | Use screen share as a source when participating in live broadcasts on STAGE TEN Connect. |
文件大小 | 12.31 KB |
安装次数 | 265 |
当前版本 | 0.4 |
更新时间 | 2018-02-27 |
上架时间 | 2018-02-27 |
评分 | 4.50/5 共2次评分 |
开发者 | https://app.stageten.tv |
付费类型 | free |
隐私政策页面URL | https://www.iubenda.com/privacy-policy/8117410 |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "STAGE TEN Screen Sharing", "author": "STAGE TEN", "version": "0.4", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Use screen share as a source when participating in live broadcasts on STAGE TEN Connect.", "homepage_url": "https:\/\/stageten.tv", "background": { "scripts": [ "index.js" ], "persistent": false }, "icons": { "16": "screenshare_icon_16.png", "48": "screenshare_icon_48.png", "128": "screenshare_icon_128.png" }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/localhost:*\/*", "https:\/\/*.stageten.tv\/*" ] } } |