Bloxy NFT Creator
Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar
Co to jest Bloxy NFT Creator?
Bloxy NFT Creator to rozszerzenie Chrome opracowane przez Developer, a jego główną funkcją jest „Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bloxy NFT Creator
Pobierz pliki rozszerzeń Bloxy NFT Creator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lkfemghfnbonpdocgmnkfljfcjfmieee |
Oficjalny URL | https://chrome.google.com/webstore/detail/bloxy-nft-creator/lkfemghfnbonpdocgmnkfljfcjfmieee |
Opis | Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar |
Rozmiar pliku | 4.5 KB |
Liczba instalacji | 47 |
Aktualna Wersja | 2.9.3 |
Ostatnia Aktualizacja | 2022-04-26 |
Data Publikacji | 2022-04-26 |
Ocena | 4.05/5 Łącznie 20 Oceny |
Deweloper | Developer |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://bloxy.info/about/privacy_policy |
Obsługiwane Języki | 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" ] } ] } |