ScreenCapture
This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
ScreenCaptureคืออะไร?
ScreenCapture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zapoj.com และคุณลักษณะหลักของมันคือ "This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ScreenCapture
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
} | |