Capturador de pantalla webRTC
webRTC screen capturing extension
Capturador de pantalla webRTCคืออะไร?
Capturador de pantalla webRTC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wellnessdeveloper และคุณลักษณะหลักของมันคือ "webRTC screen capturing extension"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Capturador de pantalla webRTC
ดาวน์โหลดไฟล์ส่วนขยาย Capturador de pantalla webRTC ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Al instalar esta extensión podrás compartir tu escritorio en la aplicación
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | hhjjfidgceplcgdlmmipcenhbdnhkhkg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/capturador-de-pantalla-we/hhjjfidgceplcgdlmmipcenhbdnhkhkg |
คำอธิบาย | webRTC screen capturing extension |
ขนาดไฟล์ | 7.4 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 3.3 |
อัปเดตครั้งล่าสุด | 2014-10-02 |
วันที่เผยแพร่ | 2014-10-02 |
ผู้พัฒนา | wellnessdeveloper |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Capturador de pantalla webRTC", "author": "Muaz Khan", "version": "3.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "webRTC screen capturing extension", "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_start", "matches": [ "*:\/\/89.140.10.39\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |