Record/Stream Screen Sharing Extension

Share your screen while recording or streaming.

Co je Record/Stream Screen Sharing Extension?

Record/Stream Screen Sharing Extension je rozšíření Chrome vyvinuté MNS, a jeho hlavní funkcí je „Share your screen while recording or streaming.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Record/Stream Screen Sharing Extension

Stáhněte si soubory rozšíření Record/Stream Screen Sharing Extension 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í

                        By using this extension together with the cloud service you will be able to record/stream your desktop or a specific application window.                    

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

Název Record/Stream Screen Sharing Extension Record/Stream Screen Sharing Extension
ID kelhcmnhmbkpioocdcoafbikjbckggjb
Oficiální URL https://chrome.google.com/webstore/detail/recordstream-screen-shari/kelhcmnhmbkpioocdcoafbikjbckggjb
Popis Share your screen while recording or streaming.
Velikost souboru 9.54 KB
Počet instalací 6,000
Aktuální Verze 1.0.0
Poslední Aktualizace 2018-09-25
Datum Vydání 2018-09-25
Hodnocení 2.75/5 Celkem 4 Hodnocení
Vývojář MNS
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.mns.vc/privacy
Podporované Jazyky en
manifest.json
{
    "manifest_version": 2,
    "name": "Record\/Stream Screen Sharing Extension",
    "version": "1.0.0",
    "description": "Share your screen while recording or streaming.",
    "icons": {
        "128": "rec-vc-icon-128.png",
        "16": "rec-vc-icon-16.png",
        "48": "rec-vc-icon-48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/my.rec.vc",
    "permissions": [
        "desktopCapture",
        "activeTab",
        "tabs",
        "tabCapture",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "short_name": "Record\/Stream Screen Sharing Extension",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}