Chrome Desktop Capture

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

Qu'est-ce que Chrome Desktop Capture ?

Chrome Desktop Capture est une extension Chrome développée par innovawaresrl, et sa fonction principale est "Allows you to capture your desktop with chrome browser for use in video applications".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chrome Desktop Capture

Téléchargez les fichiers d'extension Chrome Desktop Capture au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Chrome Desktop Capture Chrome Desktop Capture
ID bhbklcgckfbdpmgakjabmmphhafeengj
URL Officiel https://chromewebstore.google.com/detail/chrome-desktop-capture/bhbklcgckfbdpmgakjabmmphhafeengj
Description Allows you to capture your desktop with chrome browser for use in video applications
Taille du Fichier 5.5 KB
Nombre d'Installations 27
Version Actuelle 0.1.0
Dernière Mise à Jour 2021-09-13
Date de Publication 2021-09-12
Développeur innovawaresrl
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}