VRC Home Ex. by やま@kwxxw
VRC Home Extention. Show instance owner and user counts.
Wat is VRC Home Ex. by やま@kwxxw?
VRC Home Ex. by やま@kwxxw is een Chrome-extensie ontwikkeld door やま@kwxxw, en de belangrijkste functie is "VRC Home Extention. Show instance owner and user counts.".
Extensie Screenshots
Download het CRX-bestand van de extensie VRC Home Ex. by やま@kwxxw
Download VRC Home Ex. by やま@kwxxw-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
VRC Home Extention. Show instance owner and user counts. Basisinformatie over de Extensie
| Naam | |
| ID | abmcbgeoejkjaidceipkcfchnkkhamle |
| Officiële URL | https://chromewebstore.google.com/detail/vrc-home-ex-by-%E3%82%84%E3%81%BEkwxxw/abmcbgeoejkjaidceipkcfchnkkhamle |
| Beschrijving | VRC Home Extention. Show instance owner and user counts. |
| Bestandsgrootte | 5.01 KB |
| Aantal Installaties | 357 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2022-11-17 |
| Publicatiedatum | 2022-11-17 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | やま@kwxxw |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |