UstCast

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

Co to jest UstCast?

UstCast to rozszerzenie Chrome opracowane przez queile, a jego główną funkcją jest „Add Button that cast Ustream to Chromecast https://github.com/queile/UstCast”.

Pobierz plik CRX rozszerzenia UstCast

Pobierz pliki rozszerzeń UstCast w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Add Button that cast Ustream to Chromecast 


https://github.com/queile/UstCast                    

Podstawowe informacje o rozszerzeniu

Nazwa UstCast UstCast
ID gfifnfbodcaahmnhjddpnmggmmpljcpb
Oficjalny URL https://chrome.google.com/webstore/detail/ustcast/gfifnfbodcaahmnhjddpnmggmmpljcpb
Opis Add Button that cast Ustream to Chromecast https://github.com/queile/UstCast
Rozmiar pliku 4.48 KB
Liczba instalacji 40
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-10-05
Data Publikacji 2014-10-05
Deweloper queile
Typ Płatności free
Obsługiwane Języki 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"
    ]
}