XBMC video pusher

This extension pushed the current video to your XBMC

XBMC video pusherคืออะไร?

XBMC video pusher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sauloal และคุณลักษณะหลักของมันคือ "This extension pushed the current video to your XBMC"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XBMC video pusher

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

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

                        With 1 click, send a video (youtube or raw mp4 address) to xbmc using its API.                    

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

ชื่อ XBMC video pusher XBMC video pusher
ID kdleacmmpdmjcmgjbpklbmgdnkdpoiid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xbmc-video-pusher/kdleacmmpdmjcmgjbpklbmgdnkdpoiid
คำอธิบาย This extension pushed the current video to your XBMC
ขนาดไฟล์ 520 KB
จำนวนการติดตั้ง 333
เวอร์ชันปัจจุบัน 0.52
อัปเดตครั้งล่าสุด 2013-11-12
วันที่เผยแพร่ 2013-11-11
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา sauloal
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XBMC video pusher",
    "description": "This extension pushed the current video to your XBMC",
    "version": "0.52",
    "icons": {
        "48": "images\/xbmc2_48.png",
        "128": "images\/xbmc2_128.png",
        "150": "images\/xbmc2_150.png"
    },
    "offline_enabled": true,
    "options_page": "aFile.html",
    "permissions": [
        "tabs",
        "http:\/\/www.youtube.com\/",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "images\/xbmc2.png",
        "default_popup": "popup.html"
    }
}