VRChat Friend IDs
Grabs a list of friend IDs from the VRChat API.
Was ist VRChat Friend IDs?
VRChat Friend IDs ist eine Chrome-Erweiterung, die von https://furality.org entwickelt wurde, und ihr Hauptmerkmal ist "Grabs a list of friend IDs from the VRChat API.".
Erweiterungsscreenshots
VRChat Friend IDs-Erweiterungs-CRX-Datei herunterladen
Laden Sie VRChat Friend IDs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | VRChat Friend IDs |
ID | gaojhlfhffchkcpbfchmpdhcljhafpnn |
Offizielle URL | https://chromewebstore.google.com/detail/vrchat-friend-ids/gaojhlfhffchkcpbfchmpdhcljhafpnn |
Beschreibung | Grabs a list of friend IDs from the VRChat API. |
Dateigröße | 394 KB |
Installationsanzahl | 8,920 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2023-05-26 |
Veröffentlichungsdatum | 2021-11-06 |
Bewertung | 5.00/5 Insgesamt 12 Bewertungen |
Entwickler | https://furality.org |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://furality.org/privacypolicy |
Unterstützte Sprachen | 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" ] } |