3DX Chat - Profile / Gift Editor Enhancer

Enhance the amazing profile & gift editor by ColinDude

Что такое 3DX Chat - Profile / Gift Editor Enhancer?

3DX Chat - Profile / Gift Editor Enhancer - это расширение Chrome, разработанное PixelNini, и его основная функция - "Enhance the amazing profile & gift editor by ColinDude".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения 3DX Chat - Profile / Gift Editor Enhancer

Скачайте файлы расширений 3DX Chat - Profile / Gift Editor Enhancer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Enhance the amazing profile & gift editor by ColinDude ( https://status.3dxchat.net/profile-editor )                    

Основная информация о расширении

Название 3DX Chat - Profile / Gift Editor Enhancer 3DX Chat - Profile / Gift Editor Enhancer
ID kfndddjjdnjkpfahoddjnkabbggpjcjl
Официальный URL https://chromewebstore.google.com/detail/3dx-chat-profile-gift-edi/kfndddjjdnjkpfahoddjnkabbggpjcjl
Описание Enhance the amazing profile & gift editor by ColinDude
Размер файла 11.97 KB
Количество установок 41
Текущая Версия 1.1.0
Последнее Обновление 2023-08-03
Дата публикации 2023-08-02
Разработчик PixelNini
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "3DX Chat - Profile \/ Gift Editor Enhancer",
    "description": "Enhance the amazing profile & gift editor by ColinDude",
    "version": "1.1.0",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "48": "icon48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/status.3dxchat.net\/profile-editor"
            ],
            "css": [
                "profile-editor.css"
            ],
            "run_at": "document_idle",
            "js": [
                "profile-editor.js"
            ]
        }
    ]
}