Bloxy NFT Creator

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

Wat is Bloxy NFT Creator?

Bloxy NFT Creator is een Chrome-extensie ontwikkeld door Developer, en de belangrijkste functie is "Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bloxy NFT Creator

Download Bloxy NFT Creator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Bloxy NFT Creator Bloxy NFT Creator
ID lkfemghfnbonpdocgmnkfljfcjfmieee
Officiële URL https://chrome.google.com/webstore/detail/bloxy-nft-creator/lkfemghfnbonpdocgmnkfljfcjfmieee
Beschrijving Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar
Bestandsgrootte 4.5 KB
Aantal Installaties 47
Huidige Versie 2.9.3
Laatst Bijgewerkt 2022-04-26
Publicatiedatum 2022-04-26
Beoordeling 4.05/5 Totaal 20 Beoordelingen
Ontwikkelaar Developer
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://bloxy.info/about/privacy_policy
Ondersteunde Talen 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"
            ]
        }
    ]
}