Mouse Hidden (macOS) Firefox

Examine source code of Mouse Hidden (macOS)

Inspect and view changes in Mouse Hidden (macOS) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Mouse Hidden (macOS)",
  "version": "1.0",
  "description": "Automatically hides cursor in fullscreen video mode to solve cursor visibility problem on macOS and other platforms",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "128.0",
      "id": "@mouse-hidden",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Mouse Hidden (macOS) Alternatives

Here are some Firefox add-ons that are similar to Mouse Hidden (macOS):