VR DarkMode by ITYC
Apply a dark theme to Virtual Regatta site !
Wat is VR DarkMode by ITYC?
VR DarkMode by ITYC is een Chrome-extensie ontwikkeld door https://ityc.fr, en de belangrijkste functie is "Apply a dark theme to Virtual Regatta site !".
Extensie Screenshots
Download het CRX-bestand van de extensie VR DarkMode by ITYC
Download VR DarkMode by ITYC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Applique un thème sombre à la page Virtual Regatta !
Réduit la fatigue visuelle lors de vos sessions de jeu Offshore et Inshore ! Basisinformatie over de Extensie
| Naam | |
| ID | degglgpfdelmopggjbpgplibelihbkbe |
| Officiële URL | https://chromewebstore.google.com/detail/vr-darkmode-by-ityc/degglgpfdelmopggjbpgplibelihbkbe |
| Beschrijving | Apply a dark theme to Virtual Regatta site ! |
| Bestandsgrootte | 24.27 KB |
| Aantal Installaties | 154 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2022-05-20 |
| Publicatiedatum | 2022-05-19 |
| Ontwikkelaar | https://ityc.fr |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://ityc.fr |
| Ondersteunde Talen | 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"
]
}
]
} | |