Kassi - Kodi/XBMC Remote Control

Kassi is a Kodi/XBMC Remote Control for Chrome

Kassi - Kodi/XBMC Remote Controlคืออะไร?

Kassi - Kodi/XBMC Remote Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย g0ld3nrati0 และคุณลักษณะหลักของมันคือ "Kassi is a Kodi/XBMC Remote Control for Chrome"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kassi - Kodi/XBMC Remote Control

ดาวน์โหลดไฟล์ส่วนขยาย Kassi - Kodi/XBMC Remote Control ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Kodi/XBMC Remote Control (Frodo)

Remote Connects using TCP port (default 9090). Will work only with Frodo and above.

If you have issues (problems) with the remote, create new issue here, https://github.com/goldenratio/xbmc-web-remote 
Also you can contribute, "pull requests" are accepted.

Tips:
- Keyboard shortcuts available, rollover on buttons to see the shortcut.
- To control volume use "Ctrl + Up Arrow" and "Ctrl + Down Arrow" (for Mac users if "cmd + up arrow" and "cmd + down arrow" doesn't work, use 'Q' and 'W' keys respectively)

You have to enable "Allow program on other system to control XBMC" option. You can find this under,

System > Settings > Services > Remote Control

Restart Kodi/XBMC and check if that option is still enabled.

Note: This extension makes use of TCP port, do not confuse it with HTTP PORT. By default TCP port is 9090 if you haven't changed it leave it to default in settings.

Note: If you are wondering why there is no username and password options, this extension connects using websocket over TCP port. Even if your XBMC has username and password confirgured don't worry about it, it will still connect. Cheers!

----------------------------------
------- Change logs --------------
----------------------------------

version 2.3.3
issue #24 Support multiple media centers
issue #28 Keyboard shortcuts for prev/next track
issue #29 Keyboard shortcut for "send text"?

v 2.3.2
issue #27 added hibernate, suspend and quit options for shutdown panel

v 2.3.1 
issue #27 https://github.com/goldenratio/xbmc-web-remote/issues/27

v 2.3.0
issue #25 https://github.com/goldenratio/xbmc-web-remote/issues/25


v 2.2.6

1. Fixed 
issue #12 - https://github.com/goldenratio/xbmc-web-remote/issues/12
issue #13 - https://github.com/goldenratio/xbmc-web-remote/issues/13

2. Change extension name to "Kassi"                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kassi - Kodi/XBMC Remote Control Kassi - Kodi/XBMC Remote Control
ID jgannjdjlpnoibphpbmmfjkejcfhcmjp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/kassi-kodixbmc-remote-con/jgannjdjlpnoibphpbmmfjkejcfhcmjp
คำอธิบาย Kassi is a Kodi/XBMC Remote Control for Chrome
ขนาดไฟล์ 402 KB
จำนวนการติดตั้ง 5,751
เวอร์ชันปัจจุบัน 2.3.3
อัปเดตครั้งล่าสุด 2015-10-11
วันที่เผยแพร่ 2015-10-11
คะแนน 4.30/5 รวมทั้งหมด 119 คะแนน
ผู้พัฒนา g0ld3nrati0
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/goldenratio/xbmc-web-remote
URL หน้าช่วยเหลือ https://github.com/goldenratio/xbmc-web-remote
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kassi - Kodi\/XBMC Remote Control",
    "description": "Kassi is a Kodi\/XBMC Remote Control for Chrome",
    "version": "2.3.3",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/48.png",
        "default_popup": "remote.html",
        "default_title": "Kassi"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "settings.html",
    "short_name": "Kassi"
}