VRC Home Ex. by やま@kwxxw
VRC Home Extention. Show instance owner and user counts.
Что такое VRC Home Ex. by やま@kwxxw?
VRC Home Ex. by やま@kwxxw - это расширение Chrome, разработанное やま@kwxxw, и его основная функция - "VRC Home Extention. Show instance owner and user counts.".
Снимки экрана расширения
Скачать файл CRX расширения VRC Home Ex. by やま@kwxxw
Скачайте файлы расширений VRC Home Ex. by やま@kwxxw в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
VRC Home Extention. Show instance owner and user counts. Основная информация о расширении
| Название | |
| ID | abmcbgeoejkjaidceipkcfchnkkhamle |
| Официальный URL | https://chromewebstore.google.com/detail/vrc-home-ex-by-%E3%82%84%E3%81%BEkwxxw/abmcbgeoejkjaidceipkcfchnkkhamle |
| Описание | VRC Home Extention. Show instance owner and user counts. |
| Размер файла | 5.01 KB |
| Количество установок | 357 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2022-11-17 |
| Дата публикации | 2022-11-17 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | やま@kwxxw |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
]
}
]
} | |