StreamYard

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

What is StreamYard?

StreamYard is a Chrome extension developed by https://streamyard.com, and its main feature is "Share your desktop screen with StreamYard, a live streaming studio in your browser.".

Extension Screenshots

screenshot

Download StreamYard Extension CRX File

Download StreamYard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension is required to share your screen with StreamYard.                    

Extension Basic Information

Name StreamYard StreamYard
ID ifccgikcohnbfnocbhkbknfnlnkfekpj
Official URL https://chromewebstore.google.com/detail/streamyard/ifccgikcohnbfnocbhkbknfnlnkfekpj
Description Share your desktop screen with StreamYard, a live streaming studio in your browser.
File Size 21.13 KB
Installation Count 29,055
Current Version 1.0.0
Last Updated 2018-08-06
Publish Date 2018-08-06
Rating 4.75/5 Total 16 Ratings
Developer https://streamyard.com
Payment Type free
Extension Website https://streamyard.com
Help Page URL https://help.streamyard.com
Supported Languages 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\/*"
        ]
    }
}