VRC Home Ex. by やま@kwxxw

VRC Home Extention. Show instance owner and user counts.

Qu'est-ce que VRC Home Ex. by やま@kwxxw ?

VRC Home Ex. by やま@kwxxw est une extension Chrome développée par やま@kwxxw, et sa fonction principale est "VRC Home Extention. Show instance owner and user counts.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension VRC Home Ex. by やま@kwxxw

Téléchargez les fichiers d'extension VRC Home Ex. by やま@kwxxw au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        VRC Home Extention. Show instance owner and user counts.                    

Informations de Base sur l'Extension

Nom VRC Home Ex. by やま@kwxxw VRC Home Ex. by やま@kwxxw
ID abmcbgeoejkjaidceipkcfchnkkhamle
URL Officiel 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.
Taille du Fichier 5.01 KB
Nombre d'Installations 357
Version Actuelle 1.0
Dernière Mise à Jour 2022-11-17
Date de Publication 2022-11-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur やま@kwxxw
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}