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 |
官方網址 | 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" ] } |