Mudu RTC
This Mudu RTC screen capturing extension
Mudu RTCคืออะไร?
Mudu RTC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zzjie1991 และคุณลักษณะหลักของมันคือ "This Mudu RTC screen capturing extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mudu RTC
ดาวน์โหลดไฟล์ส่วนขยาย Mudu RTC ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Mudu RTC |
ID | igfghgmlefpidcbinpcifhknoifdamdj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mudu-rtc/igfghgmlefpidcbinpcifhknoifdamdj |
คำอธิบาย | This Mudu RTC screen capturing extension |
ขนาดไฟล์ | 15.17 KB |
จำนวนการติดตั้ง | 956 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2018-08-30 |
วันที่เผยแพร่ | 2018-08-30 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | zzjie1991 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mudu RTC", "author": "Mudu Jayge", "version": "1.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Mudu RTC screen capturing extension", "homepage_url": "https:\/\/mudu.tv\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/vod.mudu.tv\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon48.png" ] } |