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 !".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة VR DarkMode by ITYC

قم بتنزيل ملفات الامتداد VR DarkMode by ITYC بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم VR DarkMode by ITYC VR DarkMode by ITYC
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"
            ]
        }
    ]
}