Remoku
Control your Roku with a web app.
什么是Remoku?
Remoku是由https://remoku.tv开发的Chrome扩展程序,该扩展的主要功能是“Control your Roku with a web app.”。
扩展截图
下载Remoku扩展crx文件
下载Remoku扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | kmbcoebcjaiiejopnadjlknjhifadnlg |
| 官方URL | https://chromewebstore.google.com/detail/remoku/kmbcoebcjaiiejopnadjlknjhifadnlg |
| 简介 | Control your Roku with a web app. |
| 文件大小 | 1.09 MB |
| 安装次数 | 38,243 |
| 当前版本 | 2.0.1 |
| 更新时间 | 2012-08-20 |
| 上架时间 | 2012-08-20 |
| 评分 | 3.01/5 共210次评分 |
| 开发者 | https://remoku.tv |
| 付费类型 | free |
| 扩展官网 | http://remoku.tv/ |
| 帮助页面URL | http://help.remoku.tv/ |
| 支持的语言 | 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"
}
} | |