VRC Home Ex. by やま@kwxxw
VRC Home Extention. Show instance owner and user counts.
什么是VRC Home Ex. by やま@kwxxw?
VRC Home Ex. by やま@kwxxw是由やま@kwxxw开发的Chrome扩展程序,该扩展的主要功能是“VRC Home Extention. Show instance owner and user counts.”。
扩展截图
下载VRC Home Ex. by やま@kwxxw扩展crx文件
下载VRC Home Ex. by やま@kwxxw扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
VRC Home Extention. Show instance owner and user counts.
扩展基本信息
名称 | VRC Home Ex. by やま@kwxxw |
ID | abmcbgeoejkjaidceipkcfchnkkhamle |
官方URL | https://chromewebstore.google.com/detail/vrc-home-ex-by-%E3%82%84%E3%81%BEkwxxw/abmcbgeoejkjaidceipkcfchnkkhamle |
简介 | VRC Home Extention. Show instance owner and user counts. |
文件大小 | 5.01 KB |
安装次数 | 357 |
当前版本 | 1.0 |
更新时间 | 2022-11-17 |
上架时间 | 2022-11-17 |
评分 | 5.00/5 共1次评分 |
开发者 | やま@kwxxw |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VRC Home Ex. by \u3084\u307e@kwxxw", "version": "1.0", "manifest_version": 3, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "description": "VRC Home Extention. Show instance owner and user counts.", "content_scripts": [ { "js": [ "scripts\/main.js" ], "run_at": "document_end", "matches": [ "https:\/\/vrchat.com\/home\/locations", "https:\/\/vrchat.com\/home" ] } ] } |