VRChat Friend IDs
Grabs a list of friend IDs from the VRChat API.
VRChat Friend IDsคืออะไร?
VRChat Friend IDs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://furality.org และคุณลักษณะหลักของมันคือ "Grabs a list of friend IDs from the VRChat API."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VRChat Friend IDs
ดาวน์โหลดไฟล์ส่วนขยาย VRChat Friend IDs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple Google Chrome extension that makes a call to VRChat.com's public API using the user's already authenticated session and displays a JSON object of the user's VRChat friend list IDs; As provided by the API's response. If the user isn't already authenticated with VRChat.com, the extension will redirect them to the login page where they can then make another "Get IDs" request after successfully logging in.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | VRChat Friend IDs |
ID | gaojhlfhffchkcpbfchmpdhcljhafpnn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vrchat-friend-ids/gaojhlfhffchkcpbfchmpdhcljhafpnn |
คำอธิบาย | Grabs a list of friend IDs from the VRChat API. |
ขนาดไฟล์ | 394 KB |
จำนวนการติดตั้ง | 8,920 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2023-05-26 |
วันที่เผยแพร่ | 2021-11-06 |
คะแนน | 5.00/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | https://furality.org |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://furality.org/privacypolicy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VRChat Friend IDs", "description": "Grabs a list of friend IDs from the VRChat API.", "version": "1.1.1", "manifest_version": 3, "action": { "default_popup": "popup.html" }, "icons": { "128": "icon.png" }, "host_permissions": [ "*:\/\/www.vrchat.com\/*", "*:\/\/vrchat.com\/*" ], "permissions": [ "storage" ] } |