VRC Home Ex. by やま@kwxxw

VRC Home Extention. Show instance owner and user counts.

VRC Home Ex. by やま@kwxxwとは何ですか?

VRC Home Ex. by やま@kwxxwはやま@kwxxwによって開発されたChromeの拡張機能で、その主な機能は「VRC Home Extention. Show instance owner and user counts.」です。

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

screenshot

VRC Home Ex. by やま@kwxxw拡張機能のCRXファイルをダウンロード

VRC Home Ex. by やま@kwxxw拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        VRC Home Extention. Show instance owner and user counts.                    

拡張機能の基本情報

名前 VRC Home Ex. by やま@kwxxw VRC Home Ex. by やま@kwxxw
ID abmcbgeoejkjaidceipkcfchnkkhamle
公式URL https://chromewebstore.google.com/detail/vrc-home-ex-by-%E3%82%84%E3%81%BEkwxxw/abmcbgeoejkjaidceipkcfchnkkhamle
説明 VRC Home Extention. Show instance owner and user counts.
ファイルサイズ 5.01 KB
インストール数 357
現在のバージョン 1.0
最終更新日 2022-11-17
公開日 2022-11-17
評価 5.00/5 合計 1 レビュー
開発者 やま@kwxxw
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VRC Home Ex. by \u3084\u307e@kwxxw",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "description": "VRC Home Extention. Show instance owner and user counts.",
    "content_scripts": [
        {
            "js": [
                "scripts\/main.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/vrchat.com\/home\/locations",
                "https:\/\/vrchat.com\/home"
            ]
        }
    ]
}