XBMC video pusher
This extension pushed the current video to your XBMC
What is XBMC video pusher?
XBMC video pusher is a Chrome extension developed by sauloal, and its main feature is "This extension pushed the current video to your XBMC".
Extension Screenshots
Download XBMC video pusher Extension CRX File
Download XBMC video pusher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
With 1 click, send a video (youtube or raw mp4 address) to xbmc using its API.
Extension Basic Information
Name | XBMC video pusher |
ID | kdleacmmpdmjcmgjbpklbmgdnkdpoiid |
Official URL | https://chromewebstore.google.com/detail/xbmc-video-pusher/kdleacmmpdmjcmgjbpklbmgdnkdpoiid |
Description | This extension pushed the current video to your XBMC |
File Size | 520 KB |
Installation Count | 333 |
Current Version | 0.52 |
Last Updated | 2013-11-12 |
Publish Date | 2013-11-11 |
Rating | 4.75/5 Total 4 Ratings |
Developer | sauloal |
Payment Type | free |
Supported Languages | 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" } } |