3DX Chat - Profile / Gift Editor Enhancer

Enhance the amazing profile & gift editor by ColinDude

Was ist 3DX Chat - Profile / Gift Editor Enhancer?

3DX Chat - Profile / Gift Editor Enhancer ist eine Chrome-Erweiterung, die von PixelNini entwickelt wurde, und ihr Hauptmerkmal ist "Enhance the amazing profile & gift editor by ColinDude".

Erweiterungsscreenshots

screenshot
screenshot

3DX Chat - Profile / Gift Editor Enhancer-Erweiterungs-CRX-Datei herunterladen

Laden Sie 3DX Chat - Profile / Gift Editor Enhancer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name 3DX Chat - Profile / Gift Editor Enhancer 3DX Chat - Profile / Gift Editor Enhancer
ID kfndddjjdnjkpfahoddjnkabbggpjcjl
Offizielle URL https://chromewebstore.google.com/detail/3dx-chat-profile-gift-edi/kfndddjjdnjkpfahoddjnkabbggpjcjl
Beschreibung Enhance the amazing profile & gift editor by ColinDude
Dateigröße 11.97 KB
Installationsanzahl 41
Aktuelle Version 1.1.0
Letztes Update 2023-08-03
Veröffentlichungsdatum 2023-08-02
Entwickler PixelNini
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}