VRChat Profile

VRChat Profile extention

Was ist VRChat Profile?

VRChat Profile ist eine Chrome-Erweiterung, die von https://vrcprofile.com entwickelt wurde, und ihr Hauptmerkmal ist "VRChat Profile extention".

Erweiterungsscreenshots

screenshot
screenshot

VRChat Profile-Erweiterungs-CRX-Datei herunterladen

Laden Sie VRChat Profile-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        An extension for logging in to VRChat Profile                    

Grundlegende Informationen zur Erweiterung

Name VRChat Profile VRChat Profile
ID mimooabamaoeldhibjbbmdgndnhdiknh
Offizielle URL https://chromewebstore.google.com/detail/vrchat-profile/mimooabamaoeldhibjbbmdgndnhdiknh
Beschreibung VRChat Profile extention
Dateigröße 19.17 KB
Installationsanzahl 563
Aktuelle Version 1.0.0
Letztes Update 2021-02-01
Veröffentlichungsdatum 2020-11-04
Entwickler https://vrcprofile.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}