VR DarkMode by ITYC
Apply a dark theme to Virtual Regatta site !
Apa itu VR DarkMode by ITYC?
VR DarkMode by ITYC adalah ekstensi Chrome yang dikembangkan oleh https://ityc.fr, dan fitur utamanya adalah "Apply a dark theme to Virtual Regatta site !".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi VR DarkMode by ITYC
Unduh file ekstensi VR DarkMode by ITYC dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Applique un thème sombre à la page Virtual Regatta ! Réduit la fatigue visuelle lors de vos sessions de jeu Offshore et Inshore !
Informasi Dasar Ekstensi
Nama | VR DarkMode by ITYC |
ID | degglgpfdelmopggjbpgplibelihbkbe |
URL Resmi | https://chromewebstore.google.com/detail/vr-darkmode-by-ityc/degglgpfdelmopggjbpgplibelihbkbe |
Deskripsi | Apply a dark theme to Virtual Regatta site ! |
Ukuran File | 24.27 KB |
Jumlah Instalasi | 154 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-05-20 |
Tanggal Publikasi | 2022-05-19 |
Pengembang | https://ityc.fr |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://ityc.fr |
Bahasa yang Didukung | 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" ] } ] } |