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
Eメール [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"
    }
}