Bloxy NFT Creator

Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar

什么是Bloxy NFT Creator?

Bloxy NFT Creator是由Developer开发的Chrome扩展程序,该扩展的主要功能是“Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar”。

扩展截图

screenshot

下载Bloxy NFT Creator扩展crx文件

下载Bloxy NFT Creator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This tool is currently in beta testing, as Bloxy NFT's are currently yet to be released. Whitelisted users will have the ability to use it pre-release.

Characters can only be retrieved in R6 mode, and some hats and assets may not load properly (typically User-generated content)                    

扩展基本信息

名称 Bloxy NFT Creator Bloxy NFT Creator
ID lkfemghfnbonpdocgmnkfljfcjfmieee
官方URL https://chrome.google.com/webstore/detail/bloxy-nft-creator/lkfemghfnbonpdocgmnkfljfcjfmieee
简介 Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar
文件大小 4.5 KB
安装次数 47
当前版本 2.9.3
更新时间 2022-04-26
上架时间 2022-04-26
评分 4.05/5 共20次评分
开发者 Developer
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://bloxy.info/about/privacy_policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bloxy NFT Creator",
    "description": "Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar",
    "version": "2.9.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.roblox.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}