Screen Capturing
This WbRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
什么是Screen Capturing?
Screen Capturing是由e-space.vn开发的Chrome扩展程序,该扩展的主要功能是“This WbRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!”。
扩展截图
下载Screen Capturing扩展crx文件
下载Screen Capturing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Espace Platform Desktop Sharing Plugin 扩展基本信息
| 名称 | |
| ID | bgadlcaambmdcgoealdioiclljcdkple |
| 官方URL | https://chromewebstore.google.com/detail/screen-capturing/bgadlcaambmdcgoealdioiclljcdkple |
| 简介 | This WbRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js! |
| 文件大小 | 6.05 KB |
| 安装次数 | 105 |
| 当前版本 | 2.1.8 |
| 更新时间 | 2021-08-07 |
| 上架时间 | 2019-10-01 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | e-space.vn |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Screen Capturing",
"author": "phuong nguyen",
"version": "2.1.8",
"manifest_version": 2,
"minimum_chrome_version": "36",
"description": "This WbRTC screen capturing extension can be used within any WebRTC library\/application! Use getScreenId.js!",
"homepage_url": "https:\/\/e-space.vn",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_end",
"matches": [
"https:\/\/vx.e-space.vn\/*",
"https:\/\/vx.e-space.vn:8443\/*",
"https:\/\/ex.e-space.vn\/*",
"https:\/\/ex.e-space.vn:8443\/*",
"https:\/\/ph.e-space.vn\/*",
"https:\/\/ph.e-space.vn:8443\/*",
"https:\/\/sa.e-space.vn\/*",
"https:\/\/sa.e-space.vn:8443\/*",
"https:\/\/ca.e-space.vn\/*",
"https:\/\/ca.e-space.vn:8443\/*",
"https:\/\/call.e-space.vn\/*",
"https:\/\/call.e-space.vn:8443\/*",
"https:\/\/eu.e-space.vn\/*",
"https:\/\/eu.e-space.vn:8443\/*",
"https:\/\/sn.e-space.vn\/*",
"https:\/\/sn.e-space.vn:8443\/*",
"https:\/\/us.e-space.vn\/*",
"https:\/\/us.e-space.vn:8443\/*"
]
}
],
"icons": {
"48": "icon.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |