VRChat Friend IDs
Grabs a list of friend IDs from the VRChat API.
Qu'est-ce que VRChat Friend IDs ?
VRChat Friend IDs est une extension Chrome développée par https://furality.org, et sa fonction principale est "Grabs a list of friend IDs from the VRChat API.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VRChat Friend IDs
Téléchargez les fichiers d'extension VRChat Friend IDs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | VRChat Friend IDs |
ID | gaojhlfhffchkcpbfchmpdhcljhafpnn |
URL Officiel | https://chromewebstore.google.com/detail/vrchat-friend-ids/gaojhlfhffchkcpbfchmpdhcljhafpnn |
Description | Grabs a list of friend IDs from the VRChat API. |
Taille du Fichier | 394 KB |
Nombre d'Installations | 8,920 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2023-05-26 |
Date de Publication | 2021-11-06 |
Évaluation | 5.00/5 Total 12 Évaluations |
Développeur | https://furality.org |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://furality.org/privacypolicy |
Langues Prises en Charge | 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" ] } |