VRChat Profile
VRChat Profile extention
Qu'est-ce que VRChat Profile ?
VRChat Profile est une extension Chrome développée par https://vrcprofile.com, et sa fonction principale est "VRChat Profile extention".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VRChat Profile
Téléchargez les fichiers d'extension VRChat Profile au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
An extension for logging in to VRChat Profile
Informations de Base sur l'Extension
Nom | VRChat Profile |
ID | mimooabamaoeldhibjbbmdgndnhdiknh |
URL Officiel | https://chromewebstore.google.com/detail/vrchat-profile/mimooabamaoeldhibjbbmdgndnhdiknh |
Description | VRChat Profile extention |
Taille du Fichier | 19.17 KB |
Nombre d'Installations | 563 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-02-01 |
Date de Publication | 2020-11-04 |
Développeur | https://vrcprofile.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |