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 Developer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Whitelisted users will have the ability to render and create Bloxy NFT artwork out of their own Roblox avatar"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bloxy NFT Creator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |