Bloxy NFT Creator

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

What is Bloxy NFT Creator?

Bloxy NFT Creator is a Chrome extension developed by Developer, and its main feature is "Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar".

Extension Screenshots

screenshot

Download Bloxy NFT Creator Extension CRX File

Download Bloxy NFT Creator 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

                        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)                    

Extension Basic Information

Name Bloxy NFT Creator Bloxy NFT Creator
ID lkfemghfnbonpdocgmnkfljfcjfmieee
Official URL https://chrome.google.com/webstore/detail/bloxy-nft-creator/lkfemghfnbonpdocgmnkfljfcjfmieee
Description Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar
File Size 4.5 KB
Installation Count 47
Current Version 2.9.3
Last Updated 2022-04-26
Publish Date 2022-04-26
Rating 4.05/5 Total 20 Ratings
Developer Developer
Email [email protected]
Payment Type free
Privacy Policy Page URL https://bloxy.info/about/privacy_policy
Supported Languages 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"
            ]
        }
    ]
}