Huzza Screen Sharing
This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.
Wat is Huzza Screen Sharing?
Huzza Screen Sharing is een Chrome-extensie ontwikkeld door https://huzza.io, en de belangrijkste functie is "This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.".
Download het CRX-bestand van de extensie Huzza Screen Sharing
Download Huzza Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows you to screen-share to a Huzza live-stream. Basisinformatie over de Extensie
| Naam | |
| ID | fgmhbpagoehdhfbanaiablaedpbeepdf |
| Officiële URL | https://chromewebstore.google.com/detail/huzza-screen-sharing/fgmhbpagoehdhfbanaiablaedpbeepdf |
| Beschrijving | This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen. |
| Bestandsgrootte | 14.93 KB |
| Aantal Installaties | 81 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2016-03-31 |
| Publicatiedatum | 2016-03-31 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://huzza.io |
| Betalingswijze | free |
| Extensiewebsite | https://huzza.io |
| Ondersteunde Talen | 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"
]
} | |