Chrome Desktop Capture

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

Wat is Chrome Desktop Capture?

Chrome Desktop Capture is een Chrome-extensie ontwikkeld door innovawaresrl, en de belangrijkste functie is "Allows you to capture your desktop with chrome browser for use in video applications".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Chrome Desktop Capture

Download Chrome Desktop Capture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Chrome Desktop Capture Chrome Desktop Capture
ID bhbklcgckfbdpmgakjabmmphhafeengj
Officiële URL https://chromewebstore.google.com/detail/chrome-desktop-capture/bhbklcgckfbdpmgakjabmmphhafeengj
Beschrijving Allows you to capture your desktop with chrome browser for use in video applications
Bestandsgrootte 5.5 KB
Aantal Installaties 27
Huidige Versie 0.1.0
Laatst Bijgewerkt 2021-09-13
Publicatiedatum 2021-09-12
Ontwikkelaar innovawaresrl
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}