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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Developer และคุณลักษณะหลักของมันคือ "Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bloxy NFT Creator

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}