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 !」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } ] } |