VRChat Profile

VRChat Profile extention

Hvad er VRChat Profile?

VRChat Profile er en Chrome-udvidelse udviklet af https://vrcprofile.com, og dens hovedfunktion er "VRChat Profile extention".

Udvidelsesskærmbilleder

screenshot
screenshot

Download VRChat Profile-udvidelses-CRX-fil

Download VRChat Profile-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        An extension for logging in to VRChat Profile                    

Grundlæggende oplysninger om udvidelsen

Navn VRChat Profile VRChat Profile
ID mimooabamaoeldhibjbbmdgndnhdiknh
Officiel URL https://chromewebstore.google.com/detail/vrchat-profile/mimooabamaoeldhibjbbmdgndnhdiknh
Beskrivelse VRChat Profile extention
Filstørrelse 19.17 KB
Antal Installationer 563
Nuværende Version 1.0.0
Senest Opdateret 2021-02-01
Udgivelsesdato 2020-11-04
Udvikler https://vrcprofile.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}