VRChat Friend IDs

Grabs a list of friend IDs from the VRChat API.

Co to jest VRChat Friend IDs?

VRChat Friend IDs to rozszerzenie Chrome opracowane przez https://furality.org, a jego główną funkcją jest „Grabs a list of friend IDs from the VRChat API.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia VRChat Friend IDs

Pobierz pliki rozszerzeń VRChat Friend IDs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa VRChat Friend IDs VRChat Friend IDs
ID gaojhlfhffchkcpbfchmpdhcljhafpnn
Oficjalny URL https://chromewebstore.google.com/detail/vrchat-friend-ids/gaojhlfhffchkcpbfchmpdhcljhafpnn
Opis Grabs a list of friend IDs from the VRChat API.
Rozmiar pliku 394 KB
Liczba instalacji 8,920
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2023-05-26
Data Publikacji 2021-11-06
Ocena 5.00/5 Łącznie 12 Oceny
Deweloper https://furality.org
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://furality.org/privacypolicy
Obsługiwane Języki 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"
    ]
}