VRC FriendPlus

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

Wat is VRC FriendPlus?

VRC FriendPlus is een Chrome-extensie ontwikkeld door Aplulu, en de belangrijkste functie is "VRChatのWebサイトを少し便利にする機能を追加".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie VRC FriendPlus

Download VRC FriendPlus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

機能

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

Basisinformatie over de Extensie

Naam VRC FriendPlus VRC FriendPlus
ID npceojboabjholnhdflmepdkkadnfcop
Officiële URL https://chromewebstore.google.com/detail/vrc-friendplus/npceojboabjholnhdflmepdkkadnfcop
Beschrijving VRChatのWebサイトを少し便利にする機能を追加
Bestandsgrootte 9.22 KB
Aantal Installaties 4,184
Huidige Versie 0.2.4
Laatst Bijgewerkt 2023-03-24
Publicatiedatum 2021-09-25
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Aplulu
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/aplulu/vrc-friendplus
Help Pagina-URL https://twitter.com/aplulu_cat
Ondersteunde Talen 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"
            ]
        }
    ]
}