Screen Capturing

This WbRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!

Screen Capturingคืออะไร?

Screen Capturing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย e-space.vn และคุณลักษณะหลักของมันคือ "This WbRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screen Capturing

ดาวน์โหลดไฟล์ส่วนขยาย Screen Capturing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Espace Platform Desktop Sharing Plugin                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Screen Capturing Screen Capturing
ID bgadlcaambmdcgoealdioiclljcdkple
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/screen-capturing/bgadlcaambmdcgoealdioiclljcdkple
คำอธิบาย This WbRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
ขนาดไฟล์ 6.05 KB
จำนวนการติดตั้ง 105
เวอร์ชันปัจจุบัน 2.1.8
อัปเดตครั้งล่าสุด 2021-08-07
วันที่เผยแพร่ 2019-10-01
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา e-space.vn
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Capturing",
    "author": "phuong nguyen",
    "version": "2.1.8",
    "manifest_version": 2,
    "minimum_chrome_version": "36",
    "description": "This WbRTC screen capturing extension can be used within any WebRTC library\/application! Use getScreenId.js!",
    "homepage_url": "https:\/\/e-space.vn",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/vx.e-space.vn\/*",
                "https:\/\/vx.e-space.vn:8443\/*",
                "https:\/\/ex.e-space.vn\/*",
                "https:\/\/ex.e-space.vn:8443\/*",
                "https:\/\/ph.e-space.vn\/*",
                "https:\/\/ph.e-space.vn:8443\/*",
                "https:\/\/sa.e-space.vn\/*",
                "https:\/\/sa.e-space.vn:8443\/*",
                "https:\/\/ca.e-space.vn\/*",
                "https:\/\/ca.e-space.vn:8443\/*",
                "https:\/\/call.e-space.vn\/*",
                "https:\/\/call.e-space.vn:8443\/*",
                "https:\/\/eu.e-space.vn\/*",
                "https:\/\/eu.e-space.vn:8443\/*",
                "https:\/\/sn.e-space.vn\/*",
                "https:\/\/sn.e-space.vn:8443\/*",
                "https:\/\/us.e-space.vn\/*",
                "https:\/\/us.e-space.vn:8443\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}