VR DarkMode by ITYC

Apply a dark theme to Virtual Regatta site !

What is VR DarkMode by ITYC?

VR DarkMode by ITYC is a Chrome extension developed by https://ityc.fr, and its main feature is "Apply a dark theme to Virtual Regatta site !".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download VR DarkMode by ITYC Extension CRX File

Download VR DarkMode by ITYC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Applique un thème sombre à la page Virtual Regatta !
Réduit la fatigue visuelle lors de vos sessions de jeu Offshore et Inshore !                    

Extension Basic Information

Name VR DarkMode by ITYC VR DarkMode by ITYC
ID degglgpfdelmopggjbpgplibelihbkbe
Official URL https://chromewebstore.google.com/detail/vr-darkmode-by-ityc/degglgpfdelmopggjbpgplibelihbkbe
Description Apply a dark theme to Virtual Regatta site !
File Size 24.27 KB
Installation Count 154
Current Version 1.0
Last Updated 2022-05-20
Publish Date 2022-05-19
Developer https://ityc.fr
Email [email protected]
Payment Type free
Extension Website https://ityc.fr
Supported Languages 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"
            ]
        }
    ]
}