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
擴展基本資訊
名稱 | VRChat Profile |
ID | mimooabamaoeldhibjbbmdgndnhdiknh |
官方網址 | 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\/*" ] } |