VRC Home Ex. by やま@kwxxw
VRC Home Extention. Show instance owner and user counts.
VRC Home Ex. by やま@kwxxwคืออะไร?
VRC Home Ex. by やま@kwxxw เป็นส่วนขยายของ Chrome ที่พัฒนาโดย やま@kwxxw และคุณลักษณะหลักของมันคือ "VRC Home Extention. Show instance owner and user counts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VRC Home Ex. by やま@kwxxw
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |