VRChat Friend IDs
Grabs a list of friend IDs from the VRChat API.
什么是VRChat Friend IDs?
VRChat Friend IDs是由https://furality.org开发的Chrome扩展程序,该扩展的主要功能是“Grabs a list of friend IDs from the VRChat API.”。
扩展截图
下载VRChat Friend IDs扩展crx文件
下载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" ] } |