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