VRChat Profile

VRChat Profile extention

Wat is VRChat Profile?

VRChat Profile is een Chrome-extensie ontwikkeld door https://vrcprofile.com, en de belangrijkste functie is "VRChat Profile extention".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie VRChat Profile

Download VRChat Profile-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        An extension for logging in to VRChat Profile                    

Basisinformatie over de Extensie

Naam VRChat Profile VRChat Profile
ID mimooabamaoeldhibjbbmdgndnhdiknh
Officiële URL https://chromewebstore.google.com/detail/vrchat-profile/mimooabamaoeldhibjbbmdgndnhdiknh
Beschrijving VRChat Profile extention
Bestandsgrootte 19.17 KB
Aantal Installaties 563
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-02-01
Publicatiedatum 2020-11-04
Ontwikkelaar https://vrcprofile.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}