Huzza Screen Sharing

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

ما هو Huzza Screen Sharing؟

Huzza Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://huzza.io، والميزة الرئيسية لها هي "This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.".

تحميل ملف CRX للإضافة Huzza Screen Sharing

قم بتنزيل ملفات الامتداد Huzza Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Huzza Screen Sharing Huzza Screen Sharing
ID fgmhbpagoehdhfbanaiablaedpbeepdf
عنوان URL الرسمي https://chromewebstore.google.com/detail/huzza-screen-sharing/fgmhbpagoehdhfbanaiablaedpbeepdf
الوصف This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.
حجم الملف 14.93 KB
عدد التثبيتات 81
النسخة الحالية 0.0.1
آخر تحديث 2016-03-31
تاريخ النشر 2016-03-31
تقييم 5.00/5 مجموع تقييمات 1
المطور https://huzza.io
نوع الدفع free
موقع الإضافة https://huzza.io
اللغات المدعومة 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"
    ]
}