Bloxy NFT Creator
Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar
Qu'est-ce que Bloxy NFT Creator ?
Bloxy NFT Creator est une extension Chrome développée par Developer, et sa fonction principale est "Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bloxy NFT Creator
Téléchargez les fichiers d'extension Bloxy NFT Creator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | |
ID | lkfemghfnbonpdocgmnkfljfcjfmieee |
URL Officiel | https://chrome.google.com/webstore/detail/bloxy-nft-creator/lkfemghfnbonpdocgmnkfljfcjfmieee |
Description | Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar |
Taille du Fichier | 4.5 KB |
Nombre d'Installations | 47 |
Version Actuelle | 2.9.3 |
Dernière Mise à Jour | 2022-04-26 |
Date de Publication | 2022-04-26 |
Évaluation | 4.05/5 Total 20 Évaluations |
Développeur | Developer |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://bloxy.info/about/privacy_policy |
Langues Prises en Charge | 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" ] } ] } |