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