VRChat Friend IDs
Grabs a list of friend IDs from the VRChat API.
Apa itu VRChat Friend IDs?
VRChat Friend IDs adalah ekstensi Chrome yang dikembangkan oleh https://furality.org, dan fitur utamanya adalah "Grabs a list of friend IDs from the VRChat API.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi VRChat Friend IDs
Unduh file ekstensi VRChat Friend IDs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | VRChat Friend IDs |
ID | gaojhlfhffchkcpbfchmpdhcljhafpnn |
URL Resmi | https://chromewebstore.google.com/detail/vrchat-friend-ids/gaojhlfhffchkcpbfchmpdhcljhafpnn |
Deskripsi | Grabs a list of friend IDs from the VRChat API. |
Ukuran File | 394 KB |
Jumlah Instalasi | 8,920 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2023-05-26 |
Tanggal Publikasi | 2021-11-06 |
Penilaian | 5.00/5 Total 12 Penilaian |
Pengembang | https://furality.org |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://furality.org/privacypolicy |
Bahasa yang Didukung | 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" ] } |