Hide Mouse for HBO Max

Hide the mouse while viewing a HBO Max video

Hide Mouse for HBO Max là gì?

Hide Mouse for HBO Max là một tiện ích mở rộng Chrome được phát triển bởi Nate Diven, và tính năng chính của nó là "Hide the mouse while viewing a HBO Max video".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hide Mouse for HBO Max

Tải xuống các tệp mở rộng Hide Mouse for HBO Max dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hide Mouse for HBO Max Hide Mouse for HBO Max
ID pefflogkpddilbgoncloeococobiapkf
URL Chính Thức https://chromewebstore.google.com/detail/hide-mouse-for-hbo-max/pefflogkpddilbgoncloeococobiapkf
Mô tả Hide the mouse while viewing a HBO Max video
Kích Thước Tệp 17.34 KB
Số Lần Cài Đặt 1,738
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2021-12-14
Ngày Phát Hành 2021-07-11
Đánh Giá 4.79/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Nate Diven
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/NateXVI/Hide-Mouse-Hulu/tree/hbo-max
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}