VRChat Friend IDs

Grabs a list of friend IDs from the VRChat API.

Τι είναι το VRChat Friend IDs;

Το VRChat Friend IDs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://furality.org, και η κύρια λειτουργία του είναι "Grabs a list of friend IDs from the VRChat API.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης VRChat Friend IDs

Λήψη αρχείων επέκτασης VRChat Friend IDs σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}