Mouse Off for HBO Max: hide cursor

Hide the mouse cursor on HBO Max. New features: go full screen with double click & keyboard shortcuts added.

Mouse Off for HBO Max: hide cursorคืออะไร?

Mouse Off for HBO Max: hide cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Browser Extensions และคุณลักษณะหลักของมันคือ "Hide the mouse cursor on HBO Max. New features: go full screen with double click & keyboard shortcuts added."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Mouse Off for HBO Max: hide cursor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        No more annoying cursor while watching HBO Max! Mouse Off for HBO Max will make your mouse disappear, so you can enjoy your favorite series without any disturbance.

NEW FEATURES!
★ Fullscreen at double click enabled
★ Introducing keyboard shortcuts: 
f = full screen
left arrow = rewind 15 sec, 
right arrow = fast forward 15 sec, 
up arrow = volume up, 
down arrow = volume down.

No more unnecessary mouse clicking for the HBO Max player control!

We all know this pain: without the extension, the cursor is constantly displayed on the screen which can be extremely annoying. This extension fixes HBOMax UI in the browser, automatically hides the mouse cursor on all videos to make the watching experience flawless again.

All you need to do is add Mouse Off for HBOMax extension to your browser and enjoy watching your favorite series in peace, without the wandering cursor. That's it!

Disclaimer: HBO is a trademark of Home Box Office, Inc. This website & extension hold no association or affiliation with HBO Max or any third-party companies.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mouse Off for HBO Max: hide cursor Mouse Off for HBO Max: hide cursor
ID flnojpbmjpkknafidpegeekiopmedoml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mouse-off-for-hbo-max-hid/flnojpbmjpkknafidpegeekiopmedoml
คำอธิบาย Hide the mouse cursor on HBO Max. New features: go full screen with double click & keyboard shortcuts added.
ขนาดไฟล์ 153 KB
จำนวนการติดตั้ง 401
เวอร์ชันปัจจุบัน 0.3.15
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2021-12-12
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Browser Extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://vodextended.com/hbo/
URL หน้านโยบายความเป็นส่วนตัว https://www.vodextended.com/privacy_policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content.js",
                "hbomax.min.js"
            ],
            "matches": [
                "*:\/\/*.hbomax.com\/*"
            ],
            "css": [
                "injectedCss.css"
            ]
        },
        {
            "js": [
                "content.js",
                "max.min.js"
            ],
            "matches": [
                "*:\/\/*.max.com\/*"
            ],
            "css": [
                "injectedCss.css"
            ]
        }
    ],
    "description": "Hide the mouse cursor on HBO Max. New features: go full screen with double click & keyboard shortcuts added.",
    "manifest_version": 3,
    "name": "Mouse Off for HBO Max: hide cursor ",
    "version": "0.3.15",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": ".\/icons\/icon48.png"
    },
    "host_permissions": [
        "*:\/\/*.hbomax.com\/*",
        "*:\/\/*.max.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}