VRChat Friend IDs

Grabs a list of friend IDs from the VRChat API.

Wat is VRChat Friend IDs?

VRChat Friend IDs is een Chrome-extensie ontwikkeld door https://furality.org, en de belangrijkste functie is "Grabs a list of friend IDs from the VRChat API.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie VRChat Friend IDs

Download VRChat Friend IDs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam VRChat Friend IDs VRChat Friend IDs
ID gaojhlfhffchkcpbfchmpdhcljhafpnn
Officiële URL https://chromewebstore.google.com/detail/vrchat-friend-ids/gaojhlfhffchkcpbfchmpdhcljhafpnn
Beschrijving Grabs a list of friend IDs from the VRChat API.
Bestandsgrootte 394 KB
Aantal Installaties 8,920
Huidige Versie 1.1.1
Laatst Bijgewerkt 2023-05-26
Publicatiedatum 2021-11-06
Beoordeling 5.00/5 Totaal 12 Beoordelingen
Ontwikkelaar https://furality.org
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://furality.org/privacypolicy
Ondersteunde Talen 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"
    ]
}