VRChat Friend IDs

Grabs a list of friend IDs from the VRChat API.

Vad är VRChat Friend IDs?

VRChat Friend IDs är en Chrome-tillägg utvecklad av https://furality.org, och dess huvudfunktion är "Grabs a list of friend IDs from the VRChat API.".

Tilläggsskärmbilder

screenshot

Ladda ner VRChat Friend IDs-förlängningens CRX-fil

Ladda ner VRChat Friend IDs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn VRChat Friend IDs VRChat Friend IDs
ID gaojhlfhffchkcpbfchmpdhcljhafpnn
Officiell webbadress https://chromewebstore.google.com/detail/vrchat-friend-ids/gaojhlfhffchkcpbfchmpdhcljhafpnn
Beskrivning Grabs a list of friend IDs from the VRChat API.
Filstorlek 394 KB
Antal Installationer 8,920
Aktuell Version 1.1.1
Senast Uppdaterad 2023-05-26
Publiceringsdatum 2021-11-06
Betyg 5.00/5 Totalt 12 Betyg
Utvecklare https://furality.org
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://furality.org/privacypolicy
Stödda Språk 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"
    ]
}