Remoku
Control your Roku with a web app.
Что такое Remoku?
Remoku - это расширение Chrome, разработанное https://remoku.tv, и его основная функция - "Control your Roku with a web app.".
Снимки экрана расширения
Скачать файл CRX расширения Remoku
Скачайте файлы расширений 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"
}
} | |