Remoku
Control your Roku with a web app.
Apa itu Remoku?
Remoku adalah ekstensi Chrome yang dikembangkan oleh https://remoku.tv, dan fitur utamanya adalah "Control your Roku with a web app.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Remoku
Unduh file ekstensi Remoku dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Remoku |
ID | kmbcoebcjaiiejopnadjlknjhifadnlg |
URL Resmi | https://chromewebstore.google.com/detail/remoku/kmbcoebcjaiiejopnadjlknjhifadnlg |
Deskripsi | Control your Roku with a web app. |
Ukuran File | 1.09 MB |
Jumlah Instalasi | 38,243 |
Versi Saat Ini | 2.0.1 |
Terakhir Diperbarui | 2012-08-20 |
Tanggal Publikasi | 2012-08-20 |
Penilaian | 3.01/5 Total 210 Penilaian |
Pengembang | https://remoku.tv |
Tipe Pembayaran | free |
Situs Ekstensi | http://remoku.tv/ |
URL Halaman Bantuan | http://help.remoku.tv/ |
Bahasa yang Didukung | 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" } } |