Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content.js", "hbomax.min.js" ], "matches": [ "*:\/\/*.hbomax.com\/*" ], "css": [ "injectedCss.css" ] }, { "js": [ "contentMax.js", "max.min.js" ], "matches": [ "*:\/\/*.max.com\/*" ], "css": [ "injectedCss.css" ] } ], "description": "Hide the mouse cursor on HBO Max. New features: go full screen with double click & keyboard shortcuts added.", "manifest_version": 3, "name": "Mouse Off for HBO Max: hide cursor ", "version": "0.3.19", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": ".\/icons\/icon48.png" }, "host_permissions": [ "*:\/\/*.hbomax.com\/*", "*:\/\/*.max.com\/*" ], "permissions": [ "storage" ], "background": { "service_worker": "background.js" } }