VLR Screen Capturing

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

VLR Screen Capturingคืออะไร?

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

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

screenshot

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

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

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

                        application's screen on any HTTPs domain! Even audio+tab!
This WebRTC screen capturing extension can be used in all domains, in all WebRTC applications :)

It merely captures the screen and returns sourceId. Your application can use that sourceId to use screen stream.                    

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

ชื่อ VLR Screen Capturing VLR Screen Capturing
ID jnbggkpmcolbjifdboognjfadicchgoa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/vlr-screen-capturing/jnbggkpmcolbjifdboognjfadicchgoa
คำอธิบาย This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
ขนาดไฟล์ 7.8 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 3.3
อัปเดตครั้งล่าสุด 2016-04-19
วันที่เผยแพร่ 2016-04-19
ผู้พัฒนา ward.ye
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VLR Screen Capturing",
    "author": "Nabil Mohammed",
    "version": "3.3",
    "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:\/\/vlr.taalim.us\/deskshare\/chrome\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/vlr.taalim.us\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}