VRChat Friend IDs

Grabs a list of friend IDs from the VRChat API.

VRChat Friend IDsとは何ですか?

VRChat Friend IDsはhttps://furality.orgによって開発されたChromeの拡張機能で、その主な機能は「Grabs a list of friend IDs from the VRChat API.」です。

拡張機能のスクリーンショット

screenshot

VRChat Friend IDs拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}