VR DarkMode by ITYC

Apply a dark theme to Virtual Regatta site !

什麼是VR DarkMode by ITYC?

VR DarkMode by ITYC是由https://ityc.fr開發的Chrome擴展程式,該擴展的主要功能是“Apply a dark theme to Virtual Regatta site !”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載VR DarkMode by ITYC擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}