VRChat Friend IDs

Grabs a list of friend IDs from the VRChat API.

Co je VRChat Friend IDs?

VRChat Friend IDs je rozšíření Chrome vyvinuté https://furality.org, a jeho hlavní funkcí je „Grabs a list of friend IDs from the VRChat API.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření VRChat Friend IDs

Stáhněte si soubory rozšíření VRChat Friend IDs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název VRChat Friend IDs VRChat Friend IDs
ID gaojhlfhffchkcpbfchmpdhcljhafpnn
Oficiální URL https://chromewebstore.google.com/detail/vrchat-friend-ids/gaojhlfhffchkcpbfchmpdhcljhafpnn
Popis Grabs a list of friend IDs from the VRChat API.
Velikost souboru 394 KB
Počet instalací 8,920
Aktuální Verze 1.1.1
Poslední Aktualizace 2023-05-26
Datum Vydání 2021-11-06
Hodnocení 5.00/5 Celkem 12 Hodnocení
Vývojář https://furality.org
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://furality.org/privacypolicy
Podporované Jazyky 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"
    ]
}