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”。

扩展截图

screenshot

下载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 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"
    }
}