Remoku

Control your Roku with a web app.

Co to jest Remoku?

Remoku to rozszerzenie Chrome opracowane przez https://remoku.tv, a jego główną funkcją jest „Control your Roku with a web app.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Remoku

Pobierz pliki rozszerzeń Remoku 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

                        Remoku is a network remote control for Roku streaming players, written in Javascript, CSS, and HTML5. This extension adds a shortcut icon to Chrome, that launches Remoku in a popup window.  You can control your Roku after setup using the on-screen icons, or with the keyboard.  See help.remoku.tv for more information.                    

Podstawowe informacje o rozszerzeniu

Nazwa Remoku Remoku
ID kmbcoebcjaiiejopnadjlknjhifadnlg
Oficjalny URL https://chromewebstore.google.com/detail/remoku/kmbcoebcjaiiejopnadjlknjhifadnlg
Opis Control your Roku with a web app.
Rozmiar pliku 1.09 MB
Liczba instalacji 38,243
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2012-08-20
Data Publikacji 2012-08-20
Ocena 3.01/5 Łącznie 210 Oceny
Deweloper https://remoku.tv
Typ Płatności free
Strona Rozszerzenia http://remoku.tv/
Adres URL Strony Pomocy http://help.remoku.tv/
Obsługiwane Języki en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remoku",
    "description": "Control your Roku with a web app.",
    "version": "2.0.1",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "Remoku Chrome Icon.png",
        "default_popup": "chrome_extension_popup.html"
    },
    "icons": {
        "128": "Remoku_128.png"
    }
}