Mouse Off for HBO Max: hide cursor

Hide the mouse cursor on HBO Max. New features: go full screen with double click & keyboard shortcuts added.

什么是Mouse Off for HBO Max: hide cursor?

Mouse Off for HBO Max: hide cursor是由Browser Extensions开发的Chrome扩展程序,该扩展的主要功能是“Hide the mouse cursor on HBO Max. New features: go full screen with double click & keyboard shortcuts added.”。

扩展截图

screenshot
screenshot

下载Mouse Off for HBO Max: hide cursor扩展crx文件

下载Mouse Off for HBO Max: hide cursor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        No more annoying cursor while watching HBO Max! Mouse Off for HBO Max will make your mouse disappear, so you can enjoy your favorite series without any disturbance.

NEW FEATURES!
★ Fullscreen at double click enabled
★ Introducing keyboard shortcuts: 
f = full screen
left arrow = rewind 15 sec, 
right arrow = fast forward 15 sec, 
up arrow = volume up, 
down arrow = volume down.

No more unnecessary mouse clicking for the HBO Max player control!

We all know this pain: without the extension, the cursor is constantly displayed on the screen which can be extremely annoying. This extension fixes HBOMax UI in the browser, automatically hides the mouse cursor on all videos to make the watching experience flawless again.

All you need to do is add Mouse Off for HBOMax extension to your browser and enjoy watching your favorite series in peace, without the wandering cursor. That's it!

Disclaimer: HBO is a trademark of Home Box Office, Inc. This website & extension hold no association or affiliation with HBO Max or any third-party companies.                    

扩展基本信息

名称 Mouse Off for HBO Max: hide cursor Mouse Off for HBO Max: hide cursor
ID flnojpbmjpkknafidpegeekiopmedoml
官方URL https://chromewebstore.google.com/detail/mouse-off-for-hbo-max-hid/flnojpbmjpkknafidpegeekiopmedoml
简介 Hide the mouse cursor on HBO Max. New features: go full screen with double click & keyboard shortcuts added.
文件大小 153 KB
安装次数 401
当前版本 0.3.15
更新时间 2024-03-04
上架时间 2021-12-12
评分 5.00/5 共3次评分
开发者 Browser Extensions
电子邮箱 [email protected]
付费类型 free
扩展官网 https://vodextended.com/hbo/
隐私政策页面URL https://www.vodextended.com/privacy_policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content.js",
                "hbomax.min.js"
            ],
            "matches": [
                "*:\/\/*.hbomax.com\/*"
            ],
            "css": [
                "injectedCss.css"
            ]
        },
        {
            "js": [
                "content.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.15",
    "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"
    }
}