Huzza Screen Sharing

This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.

What is Huzza Screen Sharing?

Huzza Screen Sharing is a Chrome extension developed by https://huzza.io, and its main feature is "This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.".

Download Huzza Screen Sharing Extension CRX File

Download Huzza Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows you to screen-share to a Huzza live-stream.                    

Extension Basic Information

Name Huzza Screen Sharing Huzza Screen Sharing
ID fgmhbpagoehdhfbanaiablaedpbeepdf
Official URL https://chromewebstore.google.com/detail/huzza-screen-sharing/fgmhbpagoehdhfbanaiablaedpbeepdf
Description This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.
File Size 14.93 KB
Installation Count 81
Current Version 0.0.1
Last Updated 2016-03-31
Publish Date 2016-03-31
Rating 5.00/5 Total 1 Ratings
Developer https://huzza.io
Payment Type free
Extension Website https://huzza.io
Supported Languages 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"
    ]
}