3DX Chat - Profile / Gift Editor Enhancer

Enhance the amazing profile & gift editor by ColinDude

What is 3DX Chat - Profile / Gift Editor Enhancer?

3DX Chat - Profile / Gift Editor Enhancer is a Chrome extension developed by PixelNini, and its main feature is "Enhance the amazing profile & gift editor by ColinDude".

Extension Screenshots

screenshot
screenshot

Download 3DX Chat - Profile / Gift Editor Enhancer Extension CRX File

Download 3DX Chat - Profile / Gift Editor Enhancer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name 3DX Chat - Profile / Gift Editor Enhancer 3DX Chat - Profile / Gift Editor Enhancer
ID kfndddjjdnjkpfahoddjnkabbggpjcjl
Official URL https://chromewebstore.google.com/detail/3dx-chat-profile-gift-edi/kfndddjjdnjkpfahoddjnkabbggpjcjl
Description Enhance the amazing profile & gift editor by ColinDude
File Size 11.97 KB
Installation Count 41
Current Version 1.1.0
Last Updated 2023-08-03
Publish Date 2023-08-02
Developer PixelNini
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}