Bloxy NFT Creator

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

¿Qué es Bloxy NFT Creator?

Bloxy NFT Creator es una extensión de Chrome desarrollada por Developer, y su función principal es "Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Bloxy NFT Creator

Descarga archivos de extensión Bloxy NFT Creator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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)                    

Información Básica de la Extensión

Nombre Bloxy NFT Creator Bloxy NFT Creator
ID lkfemghfnbonpdocgmnkfljfcjfmieee
URL Oficial https://chrome.google.com/webstore/detail/bloxy-nft-creator/lkfemghfnbonpdocgmnkfljfcjfmieee
Descripción Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar
Tamaño del Archivo 4.5 KB
Cantidad de Instalaciones 47
Versión Actual 2.9.3
Última Actualización 2022-04-26
Fecha de Publicación 2022-04-26
Calificación 4.05/5 Total de 20 Calificaciones
Desarrollador Developer
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://bloxy.info/about/privacy_policy
Idiomas Soportados 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"
            ]
        }
    ]
}