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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
| عنوان صفحة المساعدة | 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"
}
} | |