StreamYard

Share your desktop screen with StreamYard, a live streaming studio in your browser.

Co to jest StreamYard?

StreamYard to rozszerzenie Chrome opracowane przez https://streamyard.com, a jego główną funkcją jest „Share your desktop screen with StreamYard, a live streaming studio in your browser.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia StreamYard

Pobierz pliki rozszerzeń StreamYard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension is required to share your screen with StreamYard.                    

Podstawowe informacje o rozszerzeniu

Nazwa StreamYard StreamYard
ID ifccgikcohnbfnocbhkbknfnlnkfekpj
Oficjalny URL https://chromewebstore.google.com/detail/streamyard/ifccgikcohnbfnocbhkbknfnlnkfekpj
Opis Share your desktop screen with StreamYard, a live streaming studio in your browser.
Rozmiar pliku 21.13 KB
Liczba instalacji 29,055
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2018-08-06
Data Publikacji 2018-08-06
Ocena 4.75/5 Łącznie 16 Oceny
Deweloper https://streamyard.com
Typ Płatności free
Strona Rozszerzenia https://streamyard.com
Adres URL Strony Pomocy https://help.streamyard.com
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StreamYard",
    "short_name": "StreamYard",
    "description": "Share your desktop screen with StreamYard, a live streaming studio in your browser.",
    "homepage_url": "https:\/\/streamyard.com",
    "version": "1.0.0",
    "page_action": {
        "default_icon": {
            "16": "images\/duck_no_padding_16x16.png",
            "24": "images\/duck_no_padding_24x24.png",
            "32": "images\/duck_no_padding_32x32.png"
        }
    },
    "icons": {
        "16": "images\/duck_no_padding_16x16.png",
        "24": "images\/duck_no_padding_24x24.png",
        "32": "images\/duck_no_padding_32x32.png",
        "48": "images\/duck_no_padding_48x48.png",
        "128": "images\/duck_128x128.png"
    },
    "background": {
        "scripts": [
            ".\/build\/background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.streamyard.com\/*"
        ]
    }
}