Remoku
Control your Roku with a web app.
Qu'est-ce que Remoku ?
Remoku est une extension Chrome développée par https://remoku.tv, et sa fonction principale est "Control your Roku with a web app.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Remoku
Téléchargez les fichiers d'extension Remoku au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Remoku |
ID | kmbcoebcjaiiejopnadjlknjhifadnlg |
URL Officiel | https://chromewebstore.google.com/detail/remoku/kmbcoebcjaiiejopnadjlknjhifadnlg |
Description | Control your Roku with a web app. |
Taille du Fichier | 1.09 MB |
Nombre d'Installations | 38,243 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2012-08-20 |
Date de Publication | 2012-08-20 |
Évaluation | 3.01/5 Total 210 Évaluations |
Développeur | https://remoku.tv |
Type de Paiement | free |
Site Web de l'Extension | http://remoku.tv/ |
URL de la Page d'Aide | http://help.remoku.tv/ |
Langues Prises en Charge | 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" } } |