VRC Home Ex. by やま@kwxxw
VRC Home Extention. Show instance owner and user counts.
O que é VRC Home Ex. by やま@kwxxw?
VRC Home Ex. by やま@kwxxw é uma extensão do Chrome desenvolvida por やま@kwxxw, e sua principal característica é "VRC Home Extention. Show instance owner and user counts.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão VRC Home Ex. by やま@kwxxw
Baixe arquivos de extensão VRC Home Ex. by やま@kwxxw no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
VRC Home Extention. Show instance owner and user counts.
Informações Básicas da Extensão
Nome | VRC Home Ex. by やま@kwxxw |
ID | abmcbgeoejkjaidceipkcfchnkkhamle |
URL Oficial | https://chromewebstore.google.com/detail/vrc-home-ex-by-%E3%82%84%E3%81%BEkwxxw/abmcbgeoejkjaidceipkcfchnkkhamle |
Descrição | VRC Home Extention. Show instance owner and user counts. |
Tamanho do Arquivo | 5.01 KB |
Contagem de Instalações | 357 |
Versão Atual | 1.0 |
Última Atualização | 2022-11-17 |
Data de Publicação | 2022-11-17 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | やま@kwxxw |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |