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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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\/*"
    ]
}