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 |
电子邮箱 | [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" ] } ] } |