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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
]
}
]
} | |