VRC FriendPlus
VRChatのWebサイトを少し便利にする機能を追加
VRC FriendPlusとは何ですか?
VRC FriendPlusはApluluによって開発されたChromeの拡張機能で、その主な機能は「VRChatのWebサイトを少し便利にする機能を追加」です。
拡張機能のスクリーンショット
VRC FriendPlus拡張機能のCRXファイルをダウンロード
VRC FriendPlus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
VRChatのWebサイトを少し便利にする機能の追加や使いやすくするための改善を行う機能拡張です。 機能 * フレンドがいるインスタンスの人数表示が追加されます。 * フレンドがいるインスタンスのインスタンスオーナー表示が追加されます。 * ワールドのページからお気に入りに追加する事が出来ます。
拡張機能の基本情報
名前 | VRC FriendPlus |
ID | npceojboabjholnhdflmepdkkadnfcop |
公式URL | https://chromewebstore.google.com/detail/vrc-friendplus/npceojboabjholnhdflmepdkkadnfcop |
説明 | VRChatのWebサイトを少し便利にする機能を追加 |
ファイルサイズ | 9.22 KB |
インストール数 | 4,184 |
現在のバージョン | 0.2.4 |
最終更新日 | 2023-03-24 |
公開日 | 2021-09-25 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | Aplulu |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/aplulu/vrc-friendplus |
ヘルプページのURL | https://twitter.com/aplulu_cat |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "VRC FriendPlus", "version": "0.2.4", "description": "VRChat\u306eWeb\u30b5\u30a4\u30c8\u3092\u5c11\u3057\u4fbf\u5229\u306b\u3059\u308b\u6a5f\u80fd\u3092\u8ffd\u52a0", "icons": { "128": "img\/vfp128.png" }, "content_scripts": [ { "matches": [ "https:\/\/vrchat.com\/*" ], "js": [ "scripts\/content_script_vrc.js" ] } ] } |