UstCast

Add Button that cast Ustream to Chromecast https://github.com/queile/UstCast

UstCastคืออะไร?

UstCast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย queile และคุณลักษณะหลักของมันคือ "Add Button that cast Ustream to Chromecast https://github.com/queile/UstCast"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UstCast

ดาวน์โหลดไฟล์ส่วนขยาย UstCast ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Add Button that cast Ustream to Chromecast 


https://github.com/queile/UstCast                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ UstCast UstCast
ID gfifnfbodcaahmnhjddpnmggmmpljcpb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ustcast/gfifnfbodcaahmnhjddpnmggmmpljcpb
คำอธิบาย Add Button that cast Ustream to Chromecast https://github.com/queile/UstCast
ขนาดไฟล์ 4.48 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-10-05
วันที่เผยแพร่ 2014-10-05
ผู้พัฒนา queile
ประเภทการชำระเงิน free
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UstCast",
    "manifest_version": 2,
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.ustream.tv\/channel\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "ustcast.js"
    ]
}