StreamYard

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

StreamYardとは何ですか?

StreamYardはhttps://streamyard.comによって開発されたChromeの拡張機能で、その主な機能は「Share your desktop screen with StreamYard, a live streaming studio in your browser.」です。

拡張機能のスクリーンショット

screenshot

StreamYard拡張機能のCRXファイルをダウンロード

StreamYard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension is required to share your screen with StreamYard.                    

拡張機能の基本情報

名前 StreamYard StreamYard
ID ifccgikcohnbfnocbhkbknfnlnkfekpj
公式URL https://chromewebstore.google.com/detail/streamyard/ifccgikcohnbfnocbhkbknfnlnkfekpj
説明 Share your desktop screen with StreamYard, a live streaming studio in your browser.
ファイルサイズ 21.13 KB
インストール数 29,055
現在のバージョン 1.0.0
最終更新日 2018-08-06
公開日 2018-08-06
評価 4.75/5 合計 16 レビュー
開発者 https://streamyard.com
支払い方法 free
拡張機能のウェブサイト https://streamyard.com
ヘルプページのURL https://help.streamyard.com
対応言語 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\/*"
        ]
    }
}