StreamYard
Share your desktop screen with StreamYard, a live streaming studio in your browser.
Cos'è StreamYard?
StreamYard è un'estensione di Chrome sviluppata da https://streamyard.com, e la sua funzione principale è "Share your desktop screen with StreamYard, a live streaming studio in your browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione StreamYard
Scarica i file di estensione StreamYard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension is required to share your screen with StreamYard.
Informazioni di Base sull'Estensione
Nome | StreamYard |
ID | ifccgikcohnbfnocbhkbknfnlnkfekpj |
URL Ufficiale | https://chromewebstore.google.com/detail/streamyard/ifccgikcohnbfnocbhkbknfnlnkfekpj |
Descrizione | Share your desktop screen with StreamYard, a live streaming studio in your browser. |
Dimensione del File | 21.13 KB |
Conteggio Installazioni | 29,055 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2018-08-06 |
Data di Pubblicazione | 2018-08-06 |
Valutazione | 4.75/5 Totale 16 Valutazioni |
Sviluppatore | https://streamyard.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://streamyard.com |
URL della Pagina di Aiuto | https://help.streamyard.com |
Lingue Supportate | 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\/*" ] } } |