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.是由NekoTiki's Projects开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to see VRChat.com websites data with a better interface.”。
扩展截图
下载VRCe - Manage your VRChat experience.扩展crx文件
下载VRCe - Manage your VRChat experience.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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 |
| 隐私政策页面URL | 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'"
} | |