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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}