Remoku
Control your Roku with a web app.
Was ist Remoku?
Remoku ist eine Chrome-Erweiterung, die von https://remoku.tv entwickelt wurde, und ihr Hauptmerkmal ist "Control your Roku with a web app.".
Erweiterungsscreenshots
Remoku-Erweiterungs-CRX-Datei herunterladen
Laden Sie Remoku-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Remoku |
ID | kmbcoebcjaiiejopnadjlknjhifadnlg |
Offizielle URL | https://chromewebstore.google.com/detail/remoku/kmbcoebcjaiiejopnadjlknjhifadnlg |
Beschreibung | Control your Roku with a web app. |
Dateigröße | 1.09 MB |
Installationsanzahl | 38,243 |
Aktuelle Version | 2.0.1 |
Letztes Update | 2012-08-20 |
Veröffentlichungsdatum | 2012-08-20 |
Bewertung | 3.01/5 Insgesamt 210 Bewertungen |
Entwickler | https://remoku.tv |
Zahlungsart | free |
Erweiterungswebsite | http://remoku.tv/ |
Hilfeseite URL | http://help.remoku.tv/ |
Unterstützte Sprachen | 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" } } |