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.".
Снимки экрана расширения
Скачать файл 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 |
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" ] } |