StreamYard
Share your desktop screen with StreamYard, a live streaming studio in your browser.
什么是StreamYard?
StreamYard是由https://streamyard.com开发的Chrome扩展程序,该扩展的主要功能是“Share your desktop screen with StreamYard, a live streaming studio in your browser.”。
扩展截图
下载StreamYard扩展crx文件
下载StreamYard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is required to share your screen with StreamYard. 扩展基本信息
| 名称 | |
| ID | ifccgikcohnbfnocbhkbknfnlnkfekpj |
| 官方URL | https://chromewebstore.google.com/detail/streamyard/ifccgikcohnbfnocbhkbknfnlnkfekpj |
| 简介 | Share your desktop screen with StreamYard, a live streaming studio in your browser. |
| 文件大小 | 21.13 KB |
| 安装次数 | 29,055 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2018-08-06 |
| 上架时间 | 2018-08-06 |
| 评分 | 4.75/5 共16次评分 |
| 开发者 | https://streamyard.com |
| 付费类型 | free |
| 扩展官网 | https://streamyard.com |
| 帮助页面URL | https://help.streamyard.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "StreamYard",
"short_name": "StreamYard",
"description": "Share your desktop screen with StreamYard, a live streaming studio in your browser.",
"homepage_url": "https:\/\/streamyard.com",
"version": "1.0.0",
"page_action": {
"default_icon": {
"16": "images\/duck_no_padding_16x16.png",
"24": "images\/duck_no_padding_24x24.png",
"32": "images\/duck_no_padding_32x32.png"
}
},
"icons": {
"16": "images\/duck_no_padding_16x16.png",
"24": "images\/duck_no_padding_24x24.png",
"32": "images\/duck_no_padding_32x32.png",
"48": "images\/duck_no_padding_48x48.png",
"128": "images\/duck_128x128.png"
},
"background": {
"scripts": [
".\/build\/background.js"
]
},
"web_accessible_resources": [
"images\/*.png"
],
"permissions": [
"desktopCapture"
],
"externally_connectable": {
"matches": [
"https:\/\/*.streamyard.com\/*"
]
}
} | |