VRChat Profile
VRChat Profile extention
VRChat Profileคืออะไร?
VRChat Profile เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vrcprofile.com และคุณลักษณะหลักของมันคือ "VRChat Profile extention"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VRChat Profile
ดาวน์โหลดไฟล์ส่วนขยาย VRChat Profile ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension for logging in to VRChat Profile
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | VRChat Profile |
ID | mimooabamaoeldhibjbbmdgndnhdiknh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vrchat-profile/mimooabamaoeldhibjbbmdgndnhdiknh |
คำอธิบาย | VRChat Profile extention |
ขนาดไฟล์ | 19.17 KB |
จำนวนการติดตั้ง | 563 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-02-01 |
วันที่เผยแพร่ | 2020-11-04 |
ผู้พัฒนา | https://vrcprofile.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "version": "1.0.0", "default_locale": "en", "description": "__MSG_extensionDescription__", "icons": { "256": "icons\/vrcprofile.png" }, "content_scripts": [ { "matches": [ "https:\/\/vrchat.com\/home\/*" ], "js": [ "vrchat-content.js" ] }, { "matches": [ "https:\/\/vrcprofile.com\/*", "http:\/\/localhost\/*" ], "js": [ "vrcprofile-content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "cookies", "https:\/\/vrchat.com\/*" ] } |