Screen Capturing

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

What is Screen Capturing?

Screen Capturing is a Chrome extension developed by e-space.vn, and its main feature is "This WbRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!".

Extension Screenshots

screenshot

Download Screen Capturing Extension CRX File

Download Screen Capturing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Espace Platform Desktop Sharing Plugin                    

Extension Basic Information

Name Screen Capturing Screen Capturing
ID bgadlcaambmdcgoealdioiclljcdkple
Official URL https://chromewebstore.google.com/detail/screen-capturing/bgadlcaambmdcgoealdioiclljcdkple
Description This WbRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
File Size 6.05 KB
Installation Count 105
Current Version 2.1.8
Last Updated 2021-08-07
Publish Date 2019-10-01
Rating 5.00/5 Total 2 Ratings
Developer e-space.vn
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}