RTC Share Desktop

WebRTC screen capturing extension.

Co je RTC Share Desktop?

RTC Share Desktop je rozšíření Chrome vyvinuté driverfarfar, a jeho hlavní funkcí je „WebRTC screen capturing extension.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření RTC Share Desktop

Stáhněte si soubory rozšíření RTC Share Desktop ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This is a WebRTC screen capturing extension                    

Základní Informace o Rozšíření

Název RTC Share Desktop RTC Share Desktop
ID ccahbcjalpomijfpjemdgpnbogofnlgl
Oficiální URL https://chromewebstore.google.com/detail/rtc-share-desktop/ccahbcjalpomijfpjemdgpnbogofnlgl
Popis WebRTC screen capturing extension.
Velikost souboru 5.43 KB
Počet instalací 34
Aktuální Verze 1.0
Poslední Aktualizace 2019-01-11
Datum Vydání 2019-01-10
Vývojář driverfarfar
Typ Platby free
Webové stránky Rozšíření https://www.easemob.com/
URL Stránky Nápovědy https://www.easemob.com/
Podporované Jazyky 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"
    ]
}