Hulu Easy Pop Out

Hulu Easy Pop Out

Makes it easy to open Hulu videos in the Pop Out video player

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hulu Easy Pop Out",
  "version": "1.0.2",
  "manifest_version": 2,
  "description": "Makes it easy to open Hulu videos in the Pop Out video player",
  "options_page": "options/index.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "contentscript.js"
      ],
      "matches": [
        "http://www.hulu.com/*"
      ]
    }
  ]
}