VRChat Profile

VRChat Profile extention

VRChat Profileとは何ですか?

VRChat Profileはhttps://vrcprofile.comによって開発されたChromeの拡張機能で、その主な機能は「VRChat Profile extention」です。

拡張機能のスクリーンショット

screenshot
screenshot

VRChat Profile拡張機能のCRXファイルをダウンロード

VRChat Profile拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        An extension for logging in to VRChat Profile                    

拡張機能の基本情報

名前 VRChat Profile 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
Eメール [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\/*"
    ]
}