HDVideoMeet Extension
HDVideoMeet Extension
什么是HDVideoMeet Extension?
HDVideoMeet Extension是由https://hdvideomeet.com开发的Chrome扩展程序,该扩展的主要功能是“HDVideoMeet Extension”。
扩展截图
下载HDVideoMeet Extension扩展crx文件
下载HDVideoMeet Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is the webRTC extension for screensharing support in the Hdvideomeet 扩展基本信息
| 名称 | |
| ID | dopjclibjeddaebplpmimdedapdbljfi |
| 官方URL | https://chromewebstore.google.com/detail/hdvideomeet-extension/dopjclibjeddaebplpmimdedapdbljfi |
| 简介 | HDVideoMeet Extension |
| 文件大小 | 8.86 KB |
| 安装次数 | 220 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2019-05-22 |
| 上架时间 | 2019-05-21 |
| 开发者 | https://hdvideomeet.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "HDVideoMeet Extension",
"description": "HDVideoMeet Extension",
"version": "0.0.1",
"manifest_version": 2,
"minimum_chrome_version": "34",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"desktopCapture"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"*:\/\/*.hdvideomeet.com\/*"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.hdvideomeet.com\/*"
]
}
} | |