Bloxy NFT Creator
Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar
Τι είναι το Bloxy NFT Creator;
Το Bloxy NFT Creator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Developer, και η κύρια λειτουργία του είναι "Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bloxy NFT Creator
Λήψη αρχείων επέκτασης Bloxy NFT Creator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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)
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | lkfemghfnbonpdocgmnkfljfcjfmieee |
Επίσημο URL | https://chrome.google.com/webstore/detail/bloxy-nft-creator/lkfemghfnbonpdocgmnkfljfcjfmieee |
Περιγραφή | Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar |
Μέγεθος Αρχείου | 4.5 KB |
Αριθμός Εγκαταστάσεων | 47 |
Τρέχουσα Έκδοση | 2.9.3 |
Τελευταία Ενημέρωση | 2022-04-26 |
Ημερομηνία Δημοσίευσης | 2022-04-26 |
Αξιολόγηση | 4.05/5 Συνολικά 20 Αξιολογήσεις |
Προγραμματιστής | Developer |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://bloxy.info/about/privacy_policy |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |