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"
            ]
        }
    ]
}