VRChat Profile
VRChat Profile extention
What is VRChat Profile?
VRChat Profile is a Chrome extension developed by https://vrcprofile.com, and its main feature is "VRChat Profile extention".
Extension Screenshots
Download VRChat Profile Extension CRX File
Download VRChat Profile extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An extension for logging in to VRChat Profile
Extension Basic Information
Name | VRChat Profile |
ID | mimooabamaoeldhibjbbmdgndnhdiknh |
Official URL | https://chromewebstore.google.com/detail/vrchat-profile/mimooabamaoeldhibjbbmdgndnhdiknh |
Description | VRChat Profile extention |
File Size | 19.17 KB |
Installation Count | 563 |
Current Version | 1.0.0 |
Last Updated | 2021-02-01 |
Publish Date | 2020-11-04 |
Developer | https://vrcprofile.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |