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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

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