VRChat Friend IDs

Grabs a list of friend IDs from the VRChat API.

What is VRChat Friend IDs?

VRChat Friend IDs is a Chrome extension developed by https://furality.org, and its main feature is "Grabs a list of friend IDs from the VRChat API.".

Extension Screenshots

screenshot

Download VRChat Friend IDs Extension CRX File

Download VRChat Friend IDs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name VRChat Friend IDs VRChat Friend IDs
ID gaojhlfhffchkcpbfchmpdhcljhafpnn
Official URL https://chromewebstore.google.com/detail/vrchat-friend-ids/gaojhlfhffchkcpbfchmpdhcljhafpnn
Description Grabs a list of friend IDs from the VRChat API.
File Size 394 KB
Installation Count 8,920
Current Version 1.1.1
Last Updated 2023-05-26
Publish Date 2021-11-06
Rating 5.00/5 Total 12 Ratings
Developer https://furality.org
Email [email protected]
Payment Type free
Privacy Policy Page URL https://furality.org/privacypolicy
Supported Languages 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"
    ]
}