VRChat Profile

VRChat Profile extention

Apa itu VRChat Profile?

VRChat Profile adalah ekstensi Chrome yang dikembangkan oleh https://vrcprofile.com, dan fitur utamanya adalah "VRChat Profile extention".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi VRChat Profile

Unduh file ekstensi VRChat Profile dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        An extension for logging in to VRChat Profile                    

Informasi Dasar Ekstensi

Nama VRChat Profile VRChat Profile
ID mimooabamaoeldhibjbbmdgndnhdiknh
URL Resmi https://chromewebstore.google.com/detail/vrchat-profile/mimooabamaoeldhibjbbmdgndnhdiknh
Deskripsi VRChat Profile extention
Ukuran File 19.17 KB
Jumlah Instalasi 563
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-02-01
Tanggal Publikasi 2020-11-04
Pengembang https://vrcprofile.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}