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
官方網址 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"
            ]
        }
    ]
}