XBMC Trakt.TV Remote

Never leave Trakt

XBMC Trakt.TV Remoteคืออะไร?

XBMC Trakt.TV Remote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pullotitus และคุณลักษณะหลักของมันคือ "Never leave Trakt"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XBMC Trakt.TV Remote

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

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

                        Version 3.0 is out to support the redesign of the Trakt WebSite

This addons is a quite simple xmbc remote allowing you to play your content from trakt.tv.
It adds play button to movie/episode in trakt.tv interface to start the content in xbmc.
It also show a player bar at the bottom of trakt.tv web site allowing you to pause,resume,stop or seek the currently playing item in xbmc.


Restrictions
============

1/The current version will only work with the websocket version of the XBMC JSON-RPC api.
You'll need to activate it (and surely restart your XBMC ) in order to use it .
(http://kodi.wiki/view/JSON-RPCAPI#EnablingJSON-RPC)

2/ The current version will only work with the http version of track.tv


Changelog
======
  -- v3.0 -- 

- Support of the new trakt page

  -- v3.1 -- 

- Warn the user when using the https version of trakt.tv
- Add control button to pause/stop/seek the current element in step
- add support of input sending to xbmc (hold Alt)
    - currently are supported Up,Down,Right, Left, Esc , Home 


RoadMap
======
- Fallback to http if the websocket is not supported/accessible.                    

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

ชื่อ XBMC Trakt.TV Remote XBMC Trakt.TV Remote
ID jbdeandglnddkbdnoihonaealomihnkf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/xbmc-trakttv-remote/jbdeandglnddkbdnoihonaealomihnkf
คำอธิบาย Never leave Trakt
ขนาดไฟล์ 10.09 MB
จำนวนการติดตั้ง 464
เวอร์ชันปัจจุบัน 3.1
อัปเดตครั้งล่าสุด 2015-08-31
วันที่เผยแพร่ 2015-08-31
คะแนน 3.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา pullotitus
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://trakt.tv
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XBMC Trakt.TV Remote",
    "description": "Never leave Trakt",
    "version": "3.1",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/trakt.tv\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.trakt.tv\/*",
                "https:\/\/*.trakt.tv\/*"
            ],
            "js": [
                "deps\/jquery-2.1.4.js",
                "deps\/handlebars.min.js",
                "deps\/xbmc_socket.js",
                "deps\/lscache.min.js",
                "deps\/mousetrap.min.js",
                "libs\/commons-extensions.js",
                "libs\/kodi-lib.js",
                "libs\/kodi-remote.js",
                "libs\/traktapi-lib.js",
                "libs\/traktweb-lib.js",
                "index.js"
            ],
            "css": [
                "stylesheets\/trakt-xbmc-remote.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "templates\/play-btn-block.ms.html",
        "templates\/play-btn-mini.ms.html",
        "templates\/watching-now-wrapper.ms.html",
        "options.html"
    ]
}