Bloxy NFT Creator
Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar
Vad är Bloxy NFT Creator?
Bloxy NFT Creator är en Chrome-tillägg utvecklad av Developer, och dess huvudfunktion är "Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar".
Tilläggsskärmbilder
Ladda ner Bloxy NFT Creator-förlängningens CRX-fil
Ladda ner Bloxy NFT Creator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | |
ID | lkfemghfnbonpdocgmnkfljfcjfmieee |
Officiell webbadress | https://chrome.google.com/webstore/detail/bloxy-nft-creator/lkfemghfnbonpdocgmnkfljfcjfmieee |
Beskrivning | Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar |
Filstorlek | 4.5 KB |
Antal Installationer | 47 |
Aktuell Version | 2.9.3 |
Senast Uppdaterad | 2022-04-26 |
Publiceringsdatum | 2022-04-26 |
Betyg | 4.05/5 Totalt 20 Betyg |
Utvecklare | Developer |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://bloxy.info/about/privacy_policy |
Stödda Språk | 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" ] } ] } |