Roku URL Player and Remote

Roku URL Player and Remote

Play a video URL on your Roku player from this app. Any accessible URL to supported Roku video format should work.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "background": {
      "persistent": false,
      "scripts": [
        "main.js",
        "ssdp.js"
      ]
    }
  },
  "description": "Play a video URL on your Roku player from this app. Any accessible URL to supported Roku video format should work.",
  "icons": {
    "128": "aa.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlwMfojfA67jpO5tsCxIRkDOsT7QR86dbk6dHvYhB4XU+d4rF/U8w/LXM1Z6VvgRy8tV7JoF0sA1CZHzCjpSwCjl+Xt2b/4VXowL40FWX0Hh2QxaJFgkdJgPHe96cMG56oqadM2RdjK6JstlnChHNZecLmybzJwBEB5oACKPaVFc17FQj3YMX7xZUv4yvvvN10z3s8VZVfhDbhw0QfxYfUJ5I5owO3NPDjcN/A8AwMOBfuyPXi1bipB4a42B47bbz/hKYBe2McoBVU2MOEGV0gEI+Wv8XKDnF0Fu8g7pZp0Za+kiKzUpXkDlCzxpwAKx9r4wQZ+ZhfLRU6dgwTL5aIwIDAQAB",
  "manifest_version": 2,
  "minimum_chrome_version": "23",
  "name": "Roku URL Player and Remote",
  "permissions": [
    "storage",
    "<all_urls>",
    {
      "socket": [
        "udp-bind",
        "udp-send-to"
      ]
    }
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.6"
}