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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}