Remoku
Control your Roku with a web app.
Cos'è Remoku?
Remoku è un'estensione di Chrome sviluppata da https://remoku.tv, e la sua funzione principale è "Control your Roku with a web app.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Remoku
Scarica i file di estensione Remoku in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Remoku |
ID | kmbcoebcjaiiejopnadjlknjhifadnlg |
URL Ufficiale | https://chromewebstore.google.com/detail/remoku/kmbcoebcjaiiejopnadjlknjhifadnlg |
Descrizione | Control your Roku with a web app. |
Dimensione del File | 1.09 MB |
Conteggio Installazioni | 38,243 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2012-08-20 |
Data di Pubblicazione | 2012-08-20 |
Valutazione | 3.01/5 Totale 210 Valutazioni |
Sviluppatore | https://remoku.tv |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://remoku.tv/ |
URL della Pagina di Aiuto | http://help.remoku.tv/ |
Lingue Supportate | 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" } } |