Hide Mouse for Hulu
Hide the mouse while viewing a Hulu video
Что такое Hide Mouse for Hulu?
Hide Mouse for Hulu - это расширение Chrome, разработанное Nate Diven, и его основная функция - "Hide the mouse while viewing a Hulu video".
Снимки экрана расширения
Скачать файл CRX расширения Hide Mouse for Hulu
Скачайте файлы расширений Hide Mouse for Hulu в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
No more annoying mouse cursor! Do you hate looking at your mouse cursor while watching Hulu as much as I do? This extension will hide the mouse on the Hulu web player! Don't worry, the mouse reappears when you move it again. Thank you all for the positive feedback, I love reading your reviews! If you like this extension please consider donating: https://venmo.com/code?user_id=2582462492311552610 You can view the source code by visiting the homepage url.
Основная информация о расширении
Название | Hide Mouse for Hulu |
ID | ghkgcbmfkhhianaenbebiamapecmgkjk |
Официальный URL | https://chromewebstore.google.com/detail/hide-mouse-for-hulu/ghkgcbmfkhhianaenbebiamapecmgkjk |
Описание | Hide the mouse while viewing a Hulu video |
Размер файла | 7.01 KB |
Количество установок | 2,044 |
Текущая Версия | 0.2.5 |
Последнее Обновление | 2022-01-20 |
Дата публикации | 2021-05-23 |
Рейтинг | 4.83/5 Всего 23 оценок |
Разработчик | Nate Diven |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/NateXVI/Hide-Mouse-Hulu/tree/v0.2.4 |
Поддерживаемые языки | en |
manifest.json | |
{ "manifest_version": 3, "name": "Hide Mouse for Hulu", "version": "0.2.5", "description": "Hide the mouse while viewing a Hulu video", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_title": "Hide Mouse from Hulu", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.hulu.com\/*" ], "js": [ "script.js" ] } ], "icons": { "128": "images\/icon.png" } } |