Play on XBMC
Play video links directly on XBMC. Support for Youtube, Vimeo and direct links
Play on XBMCคืออะไร?
Play on XBMC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Powdor และคุณลักษณะหลักของมันคือ "Play video links directly on XBMC. Support for Youtube, Vimeo and direct links"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Play on XBMC
ดาวน์โหลดไฟล์ส่วนขยาย Play on XBMC ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple extension to allow playback of any video link through XBMC. It now supports youtube and vimeo through the standard plugins, other links are played directly. Use context menu of links to access functions
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Play on XBMC |
ID | ikckpdakfinonggpbmnaopjhkhalmohm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/play-on-xbmc/ikckpdakfinonggpbmnaopjhkhalmohm |
คำอธิบาย | Play video links directly on XBMC. Support for Youtube, Vimeo and direct links |
ขนาดไฟล์ | 123 KB |
จำนวนการติดตั้ง | 246 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2013-12-01 |
วันที่เผยแพร่ | 2013-12-01 |
คะแนน | 2.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Powdor |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Play on XBMC", "version": "1.0", "description": "Play video links directly on XBMC. Support for Youtube, Vimeo and direct links", "author": "Martijn Tieland ([email protected])", "icons": { "48": "xbmc48.png", "128": "xbmc128.png" }, "background": { "scripts": [ "jquery-2.0.3.min.js", "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.0.3.min.js" ] } ], "options_page": "options_page.html", "permissions": [ "contextMenus", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "web_accessible_resources": [ "jquery-2.0.3.min.map" ] } |