Screen Capturing

This WebRTC 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 bianxg, and its main feature is "This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!".

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

                        This MCU screen capturing extension can be used within any WebRTC library/application!                    

Extension Basic Information

Name Screen Capturing Screen Capturing
ID agninfiiandmpifaapfjknjgfcmapnkf
Official URL https://chrome.google.com/webstore/detail/screen-capturing/agninfiiandmpifaapfjknjgfcmapnkf
Description This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
File Size 5.39 KB
Installation Count 12
Current Version 3.4
Last Updated 2016-07-07
Publish Date 2016-07-07
Rating 5.00/5 Total 1 Ratings
Developer bianxg
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Capturing",
    "author": "Muaz Khan",
    "version": "3.4",
    "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:\/\/www.webrtc-experiment.com\/getScreenId\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}