StreamYard
Share your desktop screen with StreamYard, a live streaming studio in your browser.
Hvad er StreamYard?
StreamYard er en Chrome-udvidelse udviklet af https://streamyard.com, og dens hovedfunktion er "Share your desktop screen with StreamYard, a live streaming studio in your browser.".
Udvidelsesskærmbilleder
Download StreamYard-udvidelses-CRX-fil
Download StreamYard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension is required to share your screen with StreamYard. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ifccgikcohnbfnocbhkbknfnlnkfekpj |
| Officiel URL | https://chromewebstore.google.com/detail/streamyard/ifccgikcohnbfnocbhkbknfnlnkfekpj |
| Beskrivelse | Share your desktop screen with StreamYard, a live streaming studio in your browser. |
| Filstørrelse | 21.13 KB |
| Antal Installationer | 29,055 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2018-08-06 |
| Udgivelsesdato | 2018-08-06 |
| Bedømmelse | 4.75/5 Samlet 16 Bedømmelser |
| Udvikler | https://streamyard.com |
| Betalingsmetode | free |
| Udvidelseswebsted | https://streamyard.com |
| Hjælpeside-URL | https://help.streamyard.com |
| Understøttede Sprog | 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\/*"
]
}
} | |