Hide Mouse for HBO Max

Hide the mouse while viewing a HBO Max video

什么是Hide Mouse for HBO Max?

Hide Mouse for HBO Max是由Nate Diven开发的Chrome扩展程序,该扩展的主要功能是“Hide the mouse while viewing a HBO Max video”。

扩展截图

screenshot

下载Hide Mouse for HBO Max扩展crx文件

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

扩展使用说明

                        No more annoying mouse cursor!

Do you hate looking at your mouse cursor while watching HBO as much as I do? This extension will hide the mouse on the HBO web player! Don't worry, the mouse reappears when you move it again. 

You can view the source code by visiting the homepage url.

If you like this extension please consider donating: https://venmo.com/code?user_id=2582462492311552610                    

扩展基本信息

名称 Hide Mouse for HBO Max Hide Mouse for HBO Max
ID pefflogkpddilbgoncloeococobiapkf
官方URL https://chromewebstore.google.com/detail/hide-mouse-for-hbo-max/pefflogkpddilbgoncloeococobiapkf
简介 Hide the mouse while viewing a HBO Max video
文件大小 17.34 KB
安装次数 1,738
当前版本 0.2.2
更新时间 2021-12-14
上架时间 2021-07-11
评分 4.79/5 共14次评分
开发者 Nate Diven
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/NateXVI/Hide-Mouse-Hulu/tree/hbo-max
支持的语言 en-US
manifest.json
{
    "manifest_version": 3,
    "name": "Hide Mouse for HBO Max",
    "version": "0.2.2",
    "description": "Hide the mouse while viewing a HBO Max video",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hbomax.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon.png"
    }
}