VRChat Friend IDs

Grabs a list of friend IDs from the VRChat API.

VRChat Friend IDs क्या है?

VRChat Friend IDs https://furality.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Grabs a list of friend IDs from the VRChat API."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VRChat Friend IDs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम VRChat Friend IDs VRChat Friend IDs
ID gaojhlfhffchkcpbfchmpdhcljhafpnn
आधिकारिक URL https://chromewebstore.google.com/detail/vrchat-friend-ids/gaojhlfhffchkcpbfchmpdhcljhafpnn
विवरण Grabs a list of friend IDs from the VRChat API.
फ़ाइल का आकार 394 KB
स्थापना संख्या 8,920
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2023-05-26
प्रकाशन तिथि 2021-11-06
रेटिंग 5.00/5 कुल 12 रेटिंग्स
डेवलपर https://furality.org
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://furality.org/privacypolicy
समर्थित भाषाएँ 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"
    ]
}