Hide Mouse for HBO Max

Hide the mouse while viewing a HBO Max video

Hide Mouse for HBO Maxคืออะไร?

Hide Mouse for HBO Max เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nate Diven และคุณลักษณะหลักของมันคือ "Hide the mouse while viewing a HBO Max video"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide Mouse for HBO Max

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}