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. 擴展基本資訊
| 名稱 | |
| ID | abmcbgeoejkjaidceipkcfchnkkhamle |
| 官方網址 | 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"
]
}
]
} | |