XBMC video pusher

XBMC video pusher

This extension pushed the current video to your XBMC

Merlin
Additional files are visible only to premium users

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