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
官方網址 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"
    }
}