VRChat Profile
VRChat Profile extention
什么是VRChat Profile?
VRChat Profile是由https://vrcprofile.com开发的Chrome扩展程序,该扩展的主要功能是“VRChat Profile extention”。
扩展截图
下载VRChat Profile扩展crx文件
下载VRChat Profile扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension for logging in to VRChat Profile 扩展基本信息
| 名称 | |
| ID | mimooabamaoeldhibjbbmdgndnhdiknh |
| 官方URL | https://chromewebstore.google.com/detail/vrchat-profile/mimooabamaoeldhibjbbmdgndnhdiknh |
| 简介 | VRChat Profile extention |
| 文件大小 | 19.17 KB |
| 安装次数 | 563 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2021-02-01 |
| 上架时间 | 2020-11-04 |
| 开发者 | https://vrcprofile.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "1.0.0",
"default_locale": "en",
"description": "__MSG_extensionDescription__",
"icons": {
"256": "icons\/vrcprofile.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/vrchat.com\/home\/*"
],
"js": [
"vrchat-content.js"
]
},
{
"matches": [
"https:\/\/vrcprofile.com\/*",
"http:\/\/localhost\/*"
],
"js": [
"vrcprofile-content.js"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"cookies",
"https:\/\/vrchat.com\/*"
]
} | |