XBMC video pusher

This extension pushed the current video to your XBMC

Apa itu XBMC video pusher?

XBMC video pusher adalah ekstensi Chrome yang dikembangkan oleh sauloal, dan fitur utamanya adalah "This extension pushed the current video to your XBMC".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi XBMC video pusher

Unduh file ekstensi XBMC video pusher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama XBMC video pusher XBMC video pusher
ID kdleacmmpdmjcmgjbpklbmgdnkdpoiid
URL Resmi https://chromewebstore.google.com/detail/xbmc-video-pusher/kdleacmmpdmjcmgjbpklbmgdnkdpoiid
Deskripsi This extension pushed the current video to your XBMC
Ukuran File 520 KB
Jumlah Instalasi 333
Versi Saat Ini 0.52
Terakhir Diperbarui 2013-11-12
Tanggal Publikasi 2013-11-11
Penilaian 4.75/5 Total 4 Penilaian
Pengembang sauloal
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}