3DX Chat - Profile / Gift Editor Enhancer

Enhance the amazing profile & gift editor by ColinDude

Apa itu 3DX Chat - Profile / Gift Editor Enhancer?

3DX Chat - Profile / Gift Editor Enhancer adalah ekstensi Chrome yang dikembangkan oleh PixelNini, dan fitur utamanya adalah "Enhance the amazing profile & gift editor by ColinDude".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi 3DX Chat - Profile / Gift Editor Enhancer

Unduh file ekstensi 3DX Chat - Profile / Gift Editor Enhancer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama 3DX Chat - Profile / Gift Editor Enhancer 3DX Chat - Profile / Gift Editor Enhancer
ID kfndddjjdnjkpfahoddjnkabbggpjcjl
URL Resmi https://chromewebstore.google.com/detail/3dx-chat-profile-gift-edi/kfndddjjdnjkpfahoddjnkabbggpjcjl
Deskripsi Enhance the amazing profile & gift editor by ColinDude
Ukuran File 11.97 KB
Jumlah Instalasi 41
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2023-08-03
Tanggal Publikasi 2023-08-02
Pengembang PixelNini
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}