Screen Capturing

WebRTC screen capturing extension

What is Screen Capturing?

Screen Capturing is a Chrome extension developed by vidiolight, and its main feature is "WebRTC screen capturing extension".

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

                        WebRTC screen capturing extension                    

Extension Basic Information

Name Screen Capturing Screen Capturing
ID egdhomfecjcmpbfnlghhkpfkeckkhaip
Official URL https://chromewebstore.google.com/detail/screen-capturing/egdhomfecjcmpbfnlghhkpfkeckkhaip
Description WebRTC screen capturing extension
File Size 7.4 KB
Installation Count 34
Current Version 1.0
Last Updated 2014-12-23
Publish Date 2014-12-23
Rating 5.00/5 Total 1 Ratings
Developer vidiolight
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Capturing",
    "author": "VidioLight iNebula",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "WebRTC screen capturing extension",
    "homepage_url": "https:\/\/www.vidiolight.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/vidiolight.inebula.it\/*",
                "*:\/\/*.vidiolight.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}