Bloxy NFT Creator
Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar
Was ist Bloxy NFT Creator?
Bloxy NFT Creator ist eine Chrome-Erweiterung, die von Developer entwickelt wurde, und ihr Hauptmerkmal ist "Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar".
Erweiterungsscreenshots
Bloxy NFT Creator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bloxy NFT Creator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | |
ID | lkfemghfnbonpdocgmnkfljfcjfmieee |
Offizielle URL | https://chrome.google.com/webstore/detail/bloxy-nft-creator/lkfemghfnbonpdocgmnkfljfcjfmieee |
Beschreibung | Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar |
Dateigröße | 4.5 KB |
Installationsanzahl | 47 |
Aktuelle Version | 2.9.3 |
Letztes Update | 2022-04-26 |
Veröffentlichungsdatum | 2022-04-26 |
Bewertung | 4.05/5 Insgesamt 20 Bewertungen |
Entwickler | Developer |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://bloxy.info/about/privacy_policy |
Unterstützte Sprachen | 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" ] } ] } |