Mouse Off for Hulu: hide cursor when watching

Mouse Off for Hulu: hide cursor when watching

Hide the mouse cursor when watching your favorite shows on Hulu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://www.hulu.com/*"
      ]
    }
  ],
  "description": "Hide the mouse cursor when watching your favorite shows on Hulu.",
  "manifest_version": 3,
  "name": "Mouse Off for Hulu: hide cursor when watching",
  "version": "0.2",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon16.png",
    "128": "icons/icon16.png"
  }
}