VRC FriendPlus

VRChatのWebサイトを少し便利にする機能を追加

What is VRC FriendPlus?

VRC FriendPlus is a Chrome extension developed by Aplulu, and its main feature is "VRChatのWebサイトを少し便利にする機能を追加".

Extension Screenshots

screenshot
screenshot

Download VRC FriendPlus Extension CRX File

Download VRC FriendPlus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        VRChatのWebサイトを少し便利にする機能の追加や使いやすくするための改善を行う機能拡張です。

機能

* フレンドがいるインスタンスの人数表示が追加されます。
* フレンドがいるインスタンスのインスタンスオーナー表示が追加されます。
* ワールドのページからお気に入りに追加する事が出来ます。                    

Extension Basic Information

Name VRC FriendPlus VRC FriendPlus
ID npceojboabjholnhdflmepdkkadnfcop
Official URL https://chromewebstore.google.com/detail/vrc-friendplus/npceojboabjholnhdflmepdkkadnfcop
Description VRChatのWebサイトを少し便利にする機能を追加
File Size 9.22 KB
Installation Count 4,184
Current Version 0.2.4
Last Updated 2023-03-24
Publish Date 2021-09-25
Rating 5.00/5 Total 6 Ratings
Developer Aplulu
Email [email protected]
Payment Type free
Extension Website https://github.com/aplulu/vrc-friendplus
Help Page URL https://twitter.com/aplulu_cat
Supported Languages 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"
            ]
        }
    ]
}