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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}