ScreenCapture
This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
什么是ScreenCapture?
ScreenCapture是由https://zapoj.com开发的Chrome扩展程序,该扩展的主要功能是“This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!”。
扩展截图
下载ScreenCapture扩展crx文件
下载ScreenCapture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Zapoj Screen sharing 扩展基本信息
| 名称 | |
| ID | cfealimhnnpndpaoaigoeoalhgbciefa |
| 官方URL | https://chromewebstore.google.com/detail/screencapture/cfealimhnnpndpaoaigoeoalhgbciefa |
| 简介 | This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js! |
| 文件大小 | 7.71 KB |
| 安装次数 | 10 |
| 当前版本 | 4.8 |
| 更新时间 | 2019-10-23 |
| 上架时间 | 2019-10-22 |
| 开发者 | https://zapoj.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://zapoj.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ScreenCapture",
"author": "Zapoj",
"version": "4.8",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application! Use getScreenId.js!",
"homepage_url": "https:\/\/www.webrtc-experiment.com\/getScreenId\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_end",
"matches": [
"https:\/\/*.demo.zapoj.com\/*",
"https:\/\/*.dev.zapoj.com\/*",
"http:\/\/d1qbzrr1cuc5zg.cloudfront.net\/*",
"https:\/\/chatapp.aadhya-analytics.com:4201\/*",
"http:\/\/chatapp.aadhya-analytics.com:4201\/*",
"https:\/\/127.0.0.1:4200\/*",
"http:\/\/127.0.0.1:4200\/*",
"http:\/\/localhost:4200\/*",
"https:\/\/localhost:4200\/*",
"https:\/\/52.43.138.246:3002\/*",
"https:\/\/192.168.0.12:4200\/*",
"https:\/\/chatapp.aadhya-analytics.com:30001\/*",
"https:\/\/webrtc.demo.zapoj.com\/*",
"https:\/\/webrtc.dev.zapoj.com\/*",
"https:\/\/192.168.1.8:4200\/*",
"http:\/\/192.168.1.8:4200\/*",
"https:\/\/d1qbzrr1cuc5zg.cloudfront.net\/*"
]
}
],
"icons": {
"48": "icon.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |