VRChat Friend IDs
Grabs a list of friend IDs from the VRChat API.
O que é VRChat Friend IDs?
VRChat Friend IDs é uma extensão do Chrome desenvolvida por https://furality.org, e sua principal característica é "Grabs a list of friend IDs from the VRChat API.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão VRChat Friend IDs
Baixe arquivos de extensão VRChat Friend IDs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | VRChat Friend IDs |
ID | gaojhlfhffchkcpbfchmpdhcljhafpnn |
URL Oficial | https://chromewebstore.google.com/detail/vrchat-friend-ids/gaojhlfhffchkcpbfchmpdhcljhafpnn |
Descrição | Grabs a list of friend IDs from the VRChat API. |
Tamanho do Arquivo | 394 KB |
Contagem de Instalações | 8,920 |
Versão Atual | 1.1.1 |
Última Atualização | 2023-05-26 |
Data de Publicação | 2021-11-06 |
Classificação | 5.00/5 Total de 12 Avaliações |
Desenvolvedor | https://furality.org |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://furality.org/privacypolicy |
Idiomas Suportados | 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" ] } |