Remoku
Control your Roku with a web app.
Vad är Remoku?
Remoku är en Chrome-tillägg utvecklad av https://remoku.tv, och dess huvudfunktion är "Control your Roku with a web app.".
Tilläggsskärmbilder
Ladda ner Remoku-förlängningens CRX-fil
Ladda ner Remoku-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | kmbcoebcjaiiejopnadjlknjhifadnlg |
| Officiell webbadress | https://chromewebstore.google.com/detail/remoku/kmbcoebcjaiiejopnadjlknjhifadnlg |
| Beskrivning | Control your Roku with a web app. |
| Filstorlek | 1.09 MB |
| Antal Installationer | 38,243 |
| Aktuell Version | 2.0.1 |
| Senast Uppdaterad | 2012-08-20 |
| Publiceringsdatum | 2012-08-20 |
| Betyg | 3.01/5 Totalt 210 Betyg |
| Utvecklare | https://remoku.tv |
| Betalningssätt | free |
| Tilläggswebbplats | http://remoku.tv/ |
| Hjälpsida URL | http://help.remoku.tv/ |
| Stödda Språk | 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"
}
} | |