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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}