VRChat Profile

VRChat Profile extention

ما هو VRChat Profile؟

VRChat Profile هو إضافة Chrome تم تطويرها بواسطة https://vrcprofile.com، والميزة الرئيسية لها هي "VRChat Profile extention".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة VRChat Profile

قم بتنزيل ملفات الامتداد VRChat Profile بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        An extension for logging in to VRChat Profile                    

معلومات أساسية عن التمديد

الاسم VRChat Profile VRChat Profile
ID mimooabamaoeldhibjbbmdgndnhdiknh
عنوان URL الرسمي https://chromewebstore.google.com/detail/vrchat-profile/mimooabamaoeldhibjbbmdgndnhdiknh
الوصف VRChat Profile extention
حجم الملف 19.17 KB
عدد التثبيتات 563
النسخة الحالية 1.0.0
آخر تحديث 2021-02-01
تاريخ النشر 2020-11-04
المطور https://vrcprofile.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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\/*"
    ]
}