Huzza Screen Sharing

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

Qu'est-ce que Huzza Screen Sharing ?

Huzza Screen Sharing est une extension Chrome développée par https://huzza.io, et sa fonction principale est "This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.".

Télécharger le fichier CRX de l'extension Huzza Screen Sharing

Téléchargez les fichiers d'extension Huzza Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Huzza Screen Sharing Huzza Screen Sharing
ID fgmhbpagoehdhfbanaiablaedpbeepdf
URL Officiel 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.
Taille du Fichier 14.93 KB
Nombre d'Installations 81
Version Actuelle 0.0.1
Dernière Mise à Jour 2016-03-31
Date de Publication 2016-03-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://huzza.io
Type de Paiement free
Site Web de l'Extension https://huzza.io
Langues Prises en Charge 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"
    ]
}