Huzza Screen Sharing
This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.
Hvad er Huzza Screen Sharing?
Huzza Screen Sharing er en Chrome-udvidelse udviklet af https://huzza.io, og dens hovedfunktion er "This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.".
Download Huzza Screen Sharing-udvidelses-CRX-fil
Download Huzza Screen Sharing-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 allows you to screen-share to a Huzza live-stream.
Grundlæggende oplysninger om udvidelsen
Navn | Huzza Screen Sharing |
ID | fgmhbpagoehdhfbanaiablaedpbeepdf |
Officiel URL | https://chromewebstore.google.com/detail/huzza-screen-sharing/fgmhbpagoehdhfbanaiablaedpbeepdf |
Beskrivelse | This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen. |
Filstørrelse | 14.93 KB |
Antal Installationer | 81 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2016-03-31 |
Udgivelsesdato | 2016-03-31 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://huzza.io |
Betalingsmetode | free |
Udvidelseswebsted | https://huzza.io |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Huzza Screen Sharing", "author": "Huzza Media, Inc.", "version": "0.0.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed for https:\/\/huzza.io\/. It doesn't do anything except capture content of your screen.", "homepage_url": "https:\/\/huzza.io\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.huzza.io\/*" ] }, "icons": { "16": "huzza16.png", "48": "huzza48.png", "128": "huzza128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |