StreamYard

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

Qu'est-ce que StreamYard ?

StreamYard est une extension Chrome développée par https://streamyard.com, et sa fonction principale est "Share your desktop screen with StreamYard, a live streaming studio in your browser.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension StreamYard

Téléchargez les fichiers d'extension StreamYard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension is required to share your screen with StreamYard.                    

Informations de Base sur l'Extension

Nom StreamYard StreamYard
ID ifccgikcohnbfnocbhkbknfnlnkfekpj
URL Officiel https://chromewebstore.google.com/detail/streamyard/ifccgikcohnbfnocbhkbknfnlnkfekpj
Description Share your desktop screen with StreamYard, a live streaming studio in your browser.
Taille du Fichier 21.13 KB
Nombre d'Installations 29,055
Version Actuelle 1.0.0
Dernière Mise à Jour 2018-08-06
Date de Publication 2018-08-06
Évaluation 4.75/5 Total 16 Évaluations
Développeur https://streamyard.com
Type de Paiement free
Site Web de l'Extension https://streamyard.com
URL de la Page d'Aide https://help.streamyard.com
Langues Prises en Charge 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\/*"
        ]
    }
}