Twitch cursor hiding
Hides the mouse cursor in the Twitch video player in fullscreen mode.
Что такое Twitch cursor hiding?
Twitch cursor hiding - это расширение Chrome, разработанное Squad Dreams, и его основная функция - "Hides the mouse cursor in the Twitch video player in fullscreen mode.".
Снимки экрана расширения
Скачать файл CRX расширения Twitch cursor hiding
Скачайте файлы расширений Twitch cursor hiding в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Doesn't work with extension overlays.
They have fixed it for now, so you don't have to download this extension. Основная информация о расширении
| Название | |
| ID | ljdlkhfnpfkhlhhkiodhmehegkcamghe |
| Официальный URL | https://chrome.google.com/webstore/detail/twitch-cursor-hiding/ljdlkhfnpfkhlhhkiodhmehegkcamghe |
| Описание | Hides the mouse cursor in the Twitch video player in fullscreen mode. |
| Размер файла | 14.2 KB |
| Количество установок | 154 |
| Текущая Версия | 2.3.2 |
| Последнее Обновление | 2020-08-01 |
| Дата публикации | 2020-05-09 |
| Рейтинг | 3.17/5 Всего 6 оценок |
| Разработчик | Squad Dreams |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://squaddreamsgames.000webhostapp.com/privacy.html |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.3.2",
"manifest_version": 2,
"content_scripts": [
{
"js": [
"twitch.user.js"
],
"matches": [
"*:\/\/www.twitch.tv\/*"
],
"run_at": "document_idle"
}
],
"converted_from_user_script": true,
"description": "Hides the mouse cursor in the Twitch video player in fullscreen mode.",
"name": "Twitch cursor hiding",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
}
} | |