VRC Home Ex. by やま@kwxxw

VRC Home Extention. Show instance owner and user counts.

What is VRC Home Ex. by やま@kwxxw?

VRC Home Ex. by やま@kwxxw is a Chrome extension developed by やま@kwxxw, and its main feature is "VRC Home Extention. Show instance owner and user counts.".

Extension Screenshots

screenshot

Download VRC Home Ex. by やま@kwxxw Extension CRX File

Download VRC Home Ex. by やま@kwxxw 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

                        VRC Home Extention. Show instance owner and user counts.                    

Extension Basic Information

Name VRC Home Ex. by やま@kwxxw VRC Home Ex. by やま@kwxxw
ID abmcbgeoejkjaidceipkcfchnkkhamle
Official URL https://chromewebstore.google.com/detail/vrc-home-ex-by-%E3%82%84%E3%81%BEkwxxw/abmcbgeoejkjaidceipkcfchnkkhamle
Description VRC Home Extention. Show instance owner and user counts.
File Size 5.01 KB
Installation Count 357
Current Version 1.0
Last Updated 2022-11-17
Publish Date 2022-11-17
Rating 5.00/5 Total 1 Ratings
Developer やま@kwxxw
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}