VR DarkMode by ITYC
Apply a dark theme to Virtual Regatta site !
Cos'è VR DarkMode by ITYC?
VR DarkMode by ITYC è un'estensione di Chrome sviluppata da https://ityc.fr, e la sua funzione principale è "Apply a dark theme to Virtual Regatta site !".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VR DarkMode by ITYC
Scarica i file di estensione VR DarkMode by ITYC in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Applique un thème sombre à la page Virtual Regatta ! Réduit la fatigue visuelle lors de vos sessions de jeu Offshore et Inshore !
Informazioni di Base sull'Estensione
Nome | VR DarkMode by ITYC |
ID | degglgpfdelmopggjbpgplibelihbkbe |
URL Ufficiale | https://chromewebstore.google.com/detail/vr-darkmode-by-ityc/degglgpfdelmopggjbpgplibelihbkbe |
Descrizione | Apply a dark theme to Virtual Regatta site ! |
Dimensione del File | 24.27 KB |
Conteggio Installazioni | 154 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-05-20 |
Data di Pubblicazione | 2022-05-19 |
Sviluppatore | https://ityc.fr |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ityc.fr |
Lingue Supportate | 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" ] } ] } |