VR DarkMode by ITYC
Apply a dark theme to Virtual Regatta site !
Что такое VR DarkMode by ITYC?
VR DarkMode by ITYC - это расширение Chrome, разработанное https://ityc.fr, и его основная функция - "Apply a dark theme to Virtual Regatta site !".
Снимки экрана расширения
Скачать файл CRX расширения VR DarkMode by ITYC
Скачайте файлы расширений VR DarkMode by ITYC в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Applique un thème sombre à la page Virtual Regatta !
Réduit la fatigue visuelle lors de vos sessions de jeu Offshore et Inshore ! Основная информация о расширении
| Название | |
| ID | degglgpfdelmopggjbpgplibelihbkbe |
| Официальный URL | https://chromewebstore.google.com/detail/vr-darkmode-by-ityc/degglgpfdelmopggjbpgplibelihbkbe |
| Описание | Apply a dark theme to Virtual Regatta site ! |
| Размер файла | 24.27 KB |
| Количество установок | 154 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2022-05-20 |
| Дата публикации | 2022-05-19 |
| Разработчик | https://ityc.fr |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://ityc.fr |
| Поддерживаемые языки | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "VR DarkMode by ITYC",
"description": "Apply a dark theme to Virtual Regatta site !",
"version": "1.0",
"manifest_version": 3,
"icons": {
"16": ".\/img\/icon16.png",
"32": ".\/img\/icon32.png",
"48": ".\/img\/icon48.png",
"128": ".\/img\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.virtualregatta.com\/*"
],
"run_at": "document_end",
"css": [
".\/css\/content.css"
]
}
]
} | |