VRC Home Ex. by やま@kwxxw

VRC Home Extention. Show instance owner and user counts.

Was ist VRC Home Ex. by やま@kwxxw?

VRC Home Ex. by やま@kwxxw ist eine Chrome-Erweiterung, die von やま@kwxxw entwickelt wurde, und ihr Hauptmerkmal ist "VRC Home Extention. Show instance owner and user counts.".

Erweiterungsscreenshots

screenshot

VRC Home Ex. by やま@kwxxw-Erweiterungs-CRX-Datei herunterladen

Laden Sie VRC Home Ex. by やま@kwxxw-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        VRC Home Extention. Show instance owner and user counts.                    

Grundlegende Informationen zur Erweiterung

Name VRC Home Ex. by やま@kwxxw VRC Home Ex. by やま@kwxxw
ID abmcbgeoejkjaidceipkcfchnkkhamle
Offizielle URL https://chromewebstore.google.com/detail/vrc-home-ex-by-%E3%82%84%E3%81%BEkwxxw/abmcbgeoejkjaidceipkcfchnkkhamle
Beschreibung VRC Home Extention. Show instance owner and user counts.
Dateigröße 5.01 KB
Installationsanzahl 357
Aktuelle Version 1.0
Letztes Update 2022-11-17
Veröffentlichungsdatum 2022-11-17
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler やま@kwxxw
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}