Bloxy NFT Creator

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

O que é Bloxy NFT Creator?

Bloxy NFT Creator é uma extensão do Chrome desenvolvida por Developer, e sua principal característica é "Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bloxy NFT Creator

Baixe arquivos de extensão Bloxy NFT Creator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome Bloxy NFT Creator Bloxy NFT Creator
ID lkfemghfnbonpdocgmnkfljfcjfmieee
URL Oficial https://chrome.google.com/webstore/detail/bloxy-nft-creator/lkfemghfnbonpdocgmnkfljfcjfmieee
Descrição Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar
Tamanho do Arquivo 4.5 KB
Contagem de Instalações 47
Versão Atual 2.9.3
Última Atualização 2022-04-26
Data de Publicação 2022-04-26
Classificação 4.05/5 Total de 20 Avaliações
Desenvolvedor Developer
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://bloxy.info/about/privacy_policy
Idiomas Suportados 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"
            ]
        }
    ]
}