VRC Home Ex. by やま@kwxxw
VRC Home Extention. Show instance owner and user counts.
Vad är VRC Home Ex. by やま@kwxxw?
VRC Home Ex. by やま@kwxxw är en Chrome-tillägg utvecklad av やま@kwxxw, och dess huvudfunktion är "VRC Home Extention. Show instance owner and user counts.".
Tilläggsskärmbilder
Ladda ner VRC Home Ex. by やま@kwxxw-förlängningens CRX-fil
Ladda ner VRC Home Ex. by やま@kwxxw-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
VRC Home Extention. Show instance owner and user counts. Grundläggande Information om Tillägg
| Namn | |
| ID | abmcbgeoejkjaidceipkcfchnkkhamle |
| Officiell webbadress | https://chromewebstore.google.com/detail/vrc-home-ex-by-%E3%82%84%E3%81%BEkwxxw/abmcbgeoejkjaidceipkcfchnkkhamle |
| Beskrivning | VRC Home Extention. Show instance owner and user counts. |
| Filstorlek | 5.01 KB |
| Antal Installationer | 357 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2022-11-17 |
| Publiceringsdatum | 2022-11-17 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | やま@kwxxw |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |