Chrome Desktop Capture

Allows you to capture your desktop with chrome browser for use in video applications

What is Chrome Desktop Capture?

Chrome Desktop Capture is a Chrome extension developed by innovawaresrl, and its main feature is "Allows you to capture your desktop with chrome browser for use in video applications".

Extension Screenshots

screenshot

Download Chrome Desktop Capture Extension CRX File

Download Chrome Desktop Capture 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 extension allows you to access to capture of screen, application windows and browser tabs on Chrome and then show the results of that on the page.
Chrome does not allow you to access the content of a screen via the mediaDevices API.                    

Extension Basic Information

Name Chrome Desktop Capture Chrome Desktop Capture
ID bhbklcgckfbdpmgakjabmmphhafeengj
Official URL https://chromewebstore.google.com/detail/chrome-desktop-capture/bhbklcgckfbdpmgakjabmmphhafeengj
Description Allows you to capture your desktop with chrome browser for use in video applications
File Size 5.5 KB
Installation Count 27
Current Version 0.1.0
Last Updated 2021-09-13
Publish Date 2021-09-12
Developer innovawaresrl
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Desktop Capture",
    "description": "Allows you to capture your desktop with chrome browser for use in video applications",
    "version": "0.1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "extension.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/*.assistdigital.it\/*"
        ]
    },
    "permissions": [
        "desktopCapture"
    ],
    "icons": {
        "128": "ScreenSharingIcon.png"
    }
}