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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}