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はPixelNiniによって開発されたChromeの拡張機能で、その主な機能は「Enhance the amazing profile & gift editor by ColinDude」です。

拡張機能のスクリーンショット

screenshot
screenshot

3DX Chat - Profile / Gift Editor Enhancer拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}