XBMC video pusher
This extension pushed the current video to your XBMC
什麼是XBMC video pusher?
XBMC video pusher是由sauloal開發的Chrome擴展程式,該擴展的主要功能是“This extension pushed the current video to your XBMC”。
擴展截圖
下載XBMC video pusher擴展crx文件
下載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 |
ID | kdleacmmpdmjcmgjbpklbmgdnkdpoiid |
官方網址 | 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" } } |