Bloxy NFT Creator
Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar
Cos'è Bloxy NFT Creator?
Bloxy NFT Creator è un'estensione di Chrome sviluppata da Developer, e la sua funzione principale è "Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bloxy NFT Creator
Scarica i file di estensione Bloxy NFT Creator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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)
Informazioni di Base sull'Estensione
Nome | |
ID | lkfemghfnbonpdocgmnkfljfcjfmieee |
URL Ufficiale | https://chrome.google.com/webstore/detail/bloxy-nft-creator/lkfemghfnbonpdocgmnkfljfcjfmieee |
Descrizione | Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar |
Dimensione del File | 4.5 KB |
Conteggio Installazioni | 47 |
Versione Corrente | 2.9.3 |
Ultimo Aggiornamento | 2022-04-26 |
Data di Pubblicazione | 2022-04-26 |
Valutazione | 4.05/5 Totale 20 Valutazioni |
Sviluppatore | Developer |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://bloxy.info/about/privacy_policy |
Lingue Supportate | 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" ] } ] } |