Hide Mouse for Hulu

Hide Mouse for Hulu

Hide the mouse while viewing a Hulu video

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Hide Mouse for Hulu",
  "version": "0.2.5",
  "description": "Hide the mouse while viewing a Hulu video",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_title": "Hide Mouse from Hulu",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.hulu.com/*"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "icons": {
    "128": "images/icon.png"
  }
}