VRChat Friend IDs

Grabs a list of friend IDs from the VRChat API.

Cos'è VRChat Friend IDs?

VRChat Friend IDs è un'estensione di Chrome sviluppata da https://furality.org, e la sua funzione principale è "Grabs a list of friend IDs from the VRChat API.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione VRChat Friend IDs

Scarica i file di estensione VRChat Friend IDs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome VRChat Friend IDs VRChat Friend IDs
ID gaojhlfhffchkcpbfchmpdhcljhafpnn
URL Ufficiale https://chromewebstore.google.com/detail/vrchat-friend-ids/gaojhlfhffchkcpbfchmpdhcljhafpnn
Descrizione Grabs a list of friend IDs from the VRChat API.
Dimensione del File 394 KB
Conteggio Installazioni 8,920
Versione Corrente 1.1.1
Ultimo Aggiornamento 2023-05-26
Data di Pubblicazione 2021-11-06
Valutazione 5.00/5 Totale 12 Valutazioni
Sviluppatore https://furality.org
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://furality.org/privacypolicy
Lingue Supportate 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"
    ]
}