VRChat Friend IDs
Grabs a list of friend IDs from the VRChat API.
VRChat Friend IDs là gì?
VRChat Friend IDs là một tiện ích mở rộng Chrome được phát triển bởi https://furality.org, và tính năng chính của nó là "Grabs a list of friend IDs from the VRChat API.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng VRChat Friend IDs
Tải xuống các tệp mở rộng VRChat Friend IDs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | VRChat Friend IDs |
ID | gaojhlfhffchkcpbfchmpdhcljhafpnn |
URL Chính Thức | https://chromewebstore.google.com/detail/vrchat-friend-ids/gaojhlfhffchkcpbfchmpdhcljhafpnn |
Mô tả | Grabs a list of friend IDs from the VRChat API. |
Kích Thước Tệp | 394 KB |
Số Lần Cài Đặt | 8,920 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2023-05-26 |
Ngày Phát Hành | 2021-11-06 |
Đánh Giá | 5.00/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | https://furality.org |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://furality.org/privacypolicy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |