VRChat Profile

VRChat Profile extention

O que é VRChat Profile?

VRChat Profile é uma extensão do Chrome desenvolvida por https://vrcprofile.com, e sua principal característica é "VRChat Profile extention".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão VRChat Profile

Baixe arquivos de extensão VRChat Profile no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        An extension for logging in to VRChat Profile                    

Informações Básicas da Extensão

Nome VRChat Profile VRChat Profile
ID mimooabamaoeldhibjbbmdgndnhdiknh
URL Oficial https://chromewebstore.google.com/detail/vrchat-profile/mimooabamaoeldhibjbbmdgndnhdiknh
Descrição VRChat Profile extention
Tamanho do Arquivo 19.17 KB
Contagem de Instalações 563
Versão Atual 1.0.0
Última Atualização 2021-02-01
Data de Publicação 2020-11-04
Desenvolvedor https://vrcprofile.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}