VRCe - Manage your VRChat experience.
This extension allows you to see VRChat.com websites data with a better interface.
ما هو VRCe - Manage your VRChat experience.؟
VRCe - Manage your VRChat experience. هو إضافة Chrome تم تطويرها بواسطة NekoTiki's Projects، والميزة الرئيسية لها هي "This extension allows you to see VRChat.com websites data with a better interface.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة VRCe - Manage your VRChat experience.
قم بتنزيل ملفات الامتداد VRCe - Manage your VRChat experience. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Extension allows you by the click of a button to access your VRC data using their API. Features: - Friend List with Status - Search your Friends list - See worlds your Friends are in when available to you - VRChat events history - Update your VRChat Avatar/Thumbnail (VRC+ only) - Get notified on Friend or Favorited Friend (in the extension) connection to VRChat - Get notified on Notifications (Friend Request, Invite, Invite Request and Reply) Toolbox: - See actions on Users you Blocked/Hide/Show/Mute - Have an explicite view of your Friends Informations - See your full profile details
معلومات أساسية عن التمديد
الاسم | VRCe - Manage your VRChat experience. |
ID | ifehdekkdpiljkefhbhabpngnjdhloia |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/vrce-manage-your-vrchat-e/ifehdekkdpiljkefhbhabpngnjdhloia |
الوصف | This extension allows you to see VRChat.com websites data with a better interface. |
حجم الملف | 1.05 MB |
عدد التثبيتات | 317 |
النسخة الحالية | 1.5.10 |
آخر تحديث | 2023-11-15 |
تاريخ النشر | 2021-12-16 |
تقييم | 4.75/5 مجموع تقييمات 4 |
المطور | NekoTiki's Projects |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://nekotiki.fr/privacy-policies.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VRCe - Manage your VRChat experience.", "description": "This extension allows you to see VRChat.com websites data with a better interface.", "default_locale": "en", "permissions": [ "cookies", "background", "notifications", "unlimitedStorage", "https:\/\/vrchat.com\/*" ], "icons": { "16": "icons\/vrce-logo-16_x_16.png", "48": "icons\/vrce-logo-48_x_48.png", "128": "icons\/vrce-logo-128_x_128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "VRCe", "default_icon": { "19": "icons\/vrce-logo-19_x_19.png", "38": "icons\/vrce-logo-38_x_38.png" } }, "version": "1.5.10", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |