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
电子邮箱 [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"
            ]
        }
    ]
}