VRChat Profile

VRChat Profile extention

Cos'è VRChat Profile?

VRChat Profile è un'estensione di Chrome sviluppata da https://vrcprofile.com, e la sua funzione principale è "VRChat Profile extention".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione VRChat Profile

Scarica i file di estensione VRChat Profile in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        An extension for logging in to VRChat Profile                    

Informazioni di Base sull'Estensione

Nome VRChat Profile VRChat Profile
ID mimooabamaoeldhibjbbmdgndnhdiknh
URL Ufficiale https://chromewebstore.google.com/detail/vrchat-profile/mimooabamaoeldhibjbbmdgndnhdiknh
Descrizione VRChat Profile extention
Dimensione del File 19.17 KB
Conteggio Installazioni 563
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-02-01
Data di Pubblicazione 2020-11-04
Sviluppatore https://vrcprofile.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}