VRChat Friend IDs

Grabs a list of friend IDs from the VRChat API.

¿Qué es VRChat Friend IDs?

VRChat Friend IDs es una extensión de Chrome desarrollada por https://furality.org, y su función principal es "Grabs a list of friend IDs from the VRChat API.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión VRChat Friend IDs

Descarga archivos de extensión VRChat Friend IDs en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre VRChat Friend IDs VRChat Friend IDs
ID gaojhlfhffchkcpbfchmpdhcljhafpnn
URL Oficial https://chromewebstore.google.com/detail/vrchat-friend-ids/gaojhlfhffchkcpbfchmpdhcljhafpnn
Descripción Grabs a list of friend IDs from the VRChat API.
Tamaño del Archivo 394 KB
Cantidad de Instalaciones 8,920
Versión Actual 1.1.1
Última Actualización 2023-05-26
Fecha de Publicación 2021-11-06
Calificación 5.00/5 Total de 12 Calificaciones
Desarrollador https://furality.org
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://furality.org/privacypolicy
Idiomas Soportados 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"
    ]
}