VRChat Friend IDs
Grabs a list of friend IDs from the VRChat API.
Hvad er VRChat Friend IDs?
VRChat Friend IDs er en Chrome-udvidelse udviklet af https://furality.org, og dens hovedfunktion er "Grabs a list of friend IDs from the VRChat API.".
Udvidelsesskærmbilleder
Download VRChat Friend IDs-udvidelses-CRX-fil
Download VRChat Friend IDs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | VRChat Friend IDs |
ID | gaojhlfhffchkcpbfchmpdhcljhafpnn |
Officiel URL | https://chromewebstore.google.com/detail/vrchat-friend-ids/gaojhlfhffchkcpbfchmpdhcljhafpnn |
Beskrivelse | Grabs a list of friend IDs from the VRChat API. |
Filstørrelse | 394 KB |
Antal Installationer | 8,920 |
Nuværende Version | 1.1.1 |
Senest Opdateret | 2023-05-26 |
Udgivelsesdato | 2021-11-06 |
Bedømmelse | 5.00/5 Samlet 12 Bedømmelser |
Udvikler | https://furality.org |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://furality.org/privacypolicy |
Understøttede Sprog | 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" ] } |