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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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"
            ]
        }
    ]
}