VRC Home Ex. by やま@kwxxw
VRC Home Extention. Show instance owner and user counts.
Cos'è VRC Home Ex. by やま@kwxxw?
VRC Home Ex. by やま@kwxxw è un'estensione di Chrome sviluppata da やま@kwxxw, e la sua funzione principale è "VRC Home Extention. Show instance owner and user counts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VRC Home Ex. by やま@kwxxw
Scarica i file di estensione VRC Home Ex. by やま@kwxxw in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
VRC Home Extention. Show instance owner and user counts.
Informazioni di Base sull'Estensione
Nome | VRC Home Ex. by やま@kwxxw |
ID | abmcbgeoejkjaidceipkcfchnkkhamle |
URL Ufficiale | https://chromewebstore.google.com/detail/vrc-home-ex-by-%E3%82%84%E3%81%BEkwxxw/abmcbgeoejkjaidceipkcfchnkkhamle |
Descrizione | VRC Home Extention. Show instance owner and user counts. |
Dimensione del File | 5.01 KB |
Conteggio Installazioni | 357 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-11-17 |
Data di Pubblicazione | 2022-11-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | やま@kwxxw |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |