Zillion Live WebRTC Screen Capture
This extension allows WebRTC connections to use the screen as a video source.
什么是Zillion Live WebRTC Screen Capture?
Zillion Live WebRTC Screen Capture是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension allows WebRTC connections to use the screen as a video source.”。
下载Zillion Live WebRTC Screen Capture扩展crx文件
下载Zillion Live WebRTC Screen Capture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension to allow screen sharing with zillion live services. 扩展基本信息
| 名称 | |
| ID | jkhlcipancfeplghhbjgbbbgbcibphjn |
| 官方URL | https://chromewebstore.google.com/detail/zillion-live-webrtc-scree/jkhlcipancfeplghhbjgbbbgbcibphjn |
| 简介 | This extension allows WebRTC connections to use the screen as a video source. |
| 文件大小 | 8.72 KB |
| 安装次数 | 25 |
| 当前版本 | 3.0.01 |
| 更新时间 | 2018-02-12 |
| 上架时间 | 2018-02-12 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Zillion Live WebRTC Screen Capture",
"version": "3.0.01",
"description": "This extension allows WebRTC connections to use the screen as a video source.",
"author": "Zillion Group",
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"homepage_url": "https:\/\/zillion.com",
"minimum_chrome_version": "34",
"permissions": [
"desktopCapture"
],
"externally_connectable": {
"matches": [
"*:\/\/*.example.com\/*",
"*:\/\/localhost\/*",
"*:\/\/*.myrealappeal.load\/*",
"*:\/\/*.realappeal.com\/*",
"*:\/\/*.myzillion.load\/*",
"*:\/\/*.zillion.com\/*",
"*:\/\/*.restorehealth.com\/*"
]
}
} | |