Remoku
Control your Roku with a web app.
What is Remoku?
Remoku is a Chrome extension developed by https://remoku.tv, and its main feature is "Control your Roku with a web app.".
Extension Screenshots
Download Remoku Extension CRX File
Download Remoku extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Remoku |
ID | kmbcoebcjaiiejopnadjlknjhifadnlg |
Official URL | https://chromewebstore.google.com/detail/remoku/kmbcoebcjaiiejopnadjlknjhifadnlg |
Description | Control your Roku with a web app. |
File Size | 1.09 MB |
Installation Count | 38,243 |
Current Version | 2.0.1 |
Last Updated | 2012-08-20 |
Publish Date | 2012-08-20 |
Rating | 3.01/5 Total 210 Ratings |
Developer | https://remoku.tv |
Payment Type | free |
Extension Website | http://remoku.tv/ |
Help Page URL | http://help.remoku.tv/ |
Supported Languages | 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" } } |