Casted Hulu Ad Muter

Casted Hulu Ad Muter

Screw those ads!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Casted Hulu Ad Muter",
  "version": "0.01",
  "description": "Screw those ads!",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Fast Forward Through Ads!",
    "default_popup": ""
  },
  "icons": {
    "16": "muteIco16.png",
    "48": "muteIco48.png",
    "128": "muteIco128.png"
  },
  "permissions": [
    "https://www.hulu.com/*",
    "http://www.hulu.com/*"
  ],
  "manifest_version": 2
}