RTC Share Desktop

WebRTC screen capturing extension.

Wat is RTC Share Desktop?

RTC Share Desktop is een Chrome-extensie ontwikkeld door driverfarfar, en de belangrijkste functie is "WebRTC screen capturing extension.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie RTC Share Desktop

Download RTC Share Desktop-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 is a WebRTC screen capturing extension                    

Basisinformatie over de Extensie

Naam RTC Share Desktop RTC Share Desktop
ID ccahbcjalpomijfpjemdgpnbogofnlgl
Officiële URL https://chromewebstore.google.com/detail/rtc-share-desktop/ccahbcjalpomijfpjemdgpnbogofnlgl
Beschrijving WebRTC screen capturing extension.
Bestandsgrootte 5.43 KB
Aantal Installaties 34
Huidige Versie 1.0
Laatst Bijgewerkt 2019-01-11
Publicatiedatum 2019-01-10
Ontwikkelaar driverfarfar
Betalingswijze free
Extensiewebsite https://www.easemob.com/
Help Pagina-URL https://www.easemob.com/
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RTC Share Desktop",
    "author": "Simon",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "WebRTC screen capturing extension.",
    "homepage_url": "https:\/\/www.easemob.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}